Skip to content

Commit ca9d498

Browse files
committed
GITHUB_TOKEN -> RELEASE_BOT_GITHUB_TOKEN
1 parent 8c7e330 commit ca9d498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/force_merge_canary_release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: gh pr merge --admin --squash "$PR_URL"
2424
env:
2525
PR_URL: ${{github.event.pull_request.html_url}}
26-
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
26+
GH_TOKEN: ${{secrets.RELEASE_BOT_GITHUB_TOKEN}}

0 commit comments

Comments
 (0)