There was an error while loading. Please reload this page.
2 parents a92f726 + 364fe37 commit c9a9a38Copy full SHA for c9a9a38
1 file changed
.github/workflows/dependabot.yml
@@ -43,7 +43,7 @@ jobs:
43
run: gh pr review --approve "$PR_URL"
44
env:
45
PR_URL: ${{github.event.pull_request.html_url}}
46
- GH_TOKEN: ${{secrets.DEPENDABOT_TOKEN}}
+ GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
47
- name: merge
48
run: gh pr merge --auto --merge "$PR_URL"
49
0 commit comments