Skip to content

Commit f571de6

Browse files
authored
fix: changes 'GITHUB_TOKEN' to 'GH_TOKEN'. (#36)
1 parent 18708b3 commit f571de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: ${{ github.actor == 'dependabot[bot]' }}
2525
env:
2626
PR_URL: ${{ github.event.pull_request.html_url }}
27-
GITHUB_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
27+
GH_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
2828
steps:
2929
- name: approve
3030
run: gh pr review --approve "$PR_URL"

0 commit comments

Comments
 (0)