Skip to content

Commit 99ffea0

Browse files
ci(github): update auto-approve.yml
1 parent a881c83 commit 99ffea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: gh pr review --approve $PR_URL
1313
env:
1414
PR_URL: ${{ github.event.pull_request.html_url }}
15-
GITHUB_TOKEN: ${{ github.token }}
15+
GH_TOKEN: ${{ github.token }} # or `GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}`
1616

1717
# https://github.com/hmarr/auto-approve-action
1818
- name: Auto Approve

0 commit comments

Comments
 (0)