Skip to content

Commit 5233c88

Browse files
committed
Use BOT_TOKEN instead of GITHUB_TOKEN for auto-merge
1 parent 07a5866 commit 5233c88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-merge-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: Auto-merge
2828
if: steps.check_title.outputs.match == 'true'
2929
env:
30-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
3131
run: |
3232
gh pr merge "${{ github.event.pull_request.html_url }}" --merge --auto

0 commit comments

Comments
 (0)