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 a2f6d7b commit af7575dCopy full SHA for af7575d
.github/workflows/auto-merge.yml
@@ -36,4 +36,4 @@ jobs:
36
run: gh pr merge --auto --squash "$PR_URL"
37
env:
38
PR_URL: ${{ github.event.pull_request.html_url }}
39
- GH_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
+ GH_TOKEN: ${{ secrets.PERSONAL_TOKEN || secrets.GITHUB_TOKEN }}
0 commit comments