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 8c7e330 commit ca9d498Copy full SHA for ca9d498
.github/workflows/force_merge_canary_release_pr.yml
@@ -23,4 +23,4 @@ jobs:
23
run: gh pr merge --admin --squash "$PR_URL"
24
env:
25
PR_URL: ${{github.event.pull_request.html_url}}
26
- GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GH_TOKEN: ${{secrets.RELEASE_BOT_GITHUB_TOKEN}}
0 commit comments