We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a3284 commit e5e2c66Copy full SHA for e5e2c66
.github/workflows/auto-merge.yml
@@ -22,5 +22,5 @@ jobs:
22
- name: Enable Auto-Merge
23
run: gh pr merge "$PR_URL" --auto --squash
24
env:
25
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.PAT_TOKEN }}
26
PR_URL: ${{ github.event.pull_request.html_url }}
0 commit comments