We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f763f commit 15b78dcCopy full SHA for 15b78dc
1 file changed
.github/workflows/automerge.yml
@@ -17,9 +17,9 @@ jobs:
17
run: gh pr review --approve "$PR_URL"
18
env:
19
PR_URL: ${{ github.event.pull_request.html_url }}
20
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }}
21
- name: Enable auto-merge
22
run: gh pr merge --auto --squash "$PR_URL"
23
24
25
0 commit comments