Skip to content

Commit 201001e

Browse files
authored
fix: Changed dependabot.yml to use GITHUB_TOKEN secret. (#49)
1 parent dd8e6fa commit 201001e

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
@@ -25,7 +25,7 @@ jobs:
2525
if: ${{ github.actor == 'dependabot[bot]' }}
2626
env:
2727
PR_URL: ${{ github.event.pull_request.html_url }}
28-
GH_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
28+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
steps:
3030
- name: approve
3131
run: gh pr review --approve "$PR_URL"

0 commit comments

Comments
 (0)