We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b56390 commit 3c579f3Copy full SHA for 3c579f3
.github/workflows/auto-approve.yml
@@ -19,10 +19,10 @@ jobs:
19
run: gh pr review --approve "$PR_URL"
20
env:
21
PR_URL: ${{ github.event.pull_request.html_url }}
22
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ secrets.GYGROBOT_TOKEN }}
23
24
- name: auto-merge Dependabot PR
25
run: gh pr merge --auto --squash "$PR_URL"
26
27
28
0 commit comments