Skip to content

Commit ddc3c37

Browse files
committed
fix: changes 'GITHUB_TOKEN' to 'GH_TOKEN'.
1 parent 18708b3 commit ddc3c37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ on: pull_request
1717

1818
permissions:
1919
contents: write
20+
pull-requests: write
2021

2122
jobs:
2223
dependabot:
2324
runs-on: ubuntu-latest
2425
if: ${{ github.actor == 'dependabot[bot]' }}
2526
env:
2627
PR_URL: ${{ github.event.pull_request.html_url }}
27-
GITHUB_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
28+
GH_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
2829
steps:
2930
- name: approve
3031
run: gh pr review --approve "$PR_URL"

0 commit comments

Comments
 (0)