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 6aacaed commit 44445d0Copy full SHA for 44445d0
.github/workflows/approve-merge.yml
@@ -41,10 +41,10 @@ jobs:
41
run: gh pr review --approve "$PR_URL"
42
env:
43
PR_URL: ${{ github.event.pull_request.html_url }}
44
- GH_TOKEN: ${{ secrets.GH_MERGE_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_APPROVER_TOKEN }}
45
46
- name: Merge PR
47
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
48
49
50
0 commit comments