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 d636cca commit 0a65ceeCopy full SHA for 0a65cee
.github/workflows/auto-merge.yml
@@ -30,10 +30,10 @@ jobs:
30
run: gh pr review --approve "$PR_URL"
31
env:
32
PR_URL: ${{ github.event.pull_request.html_url }}
33
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
35
- name: Enable auto-merge
36
run: gh pr merge --auto --merge "$PR_URL"
37
38
39
+ GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
0 commit comments