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 1522ddc commit fcee327Copy full SHA for fcee327
1 file changed
.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 --squash "$PR_URL"
37
38
39
- GH_TOKEN: ${{ secrets.PERSONAL_TOKEN || secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
0 commit comments