Skip to content

Commit e5e2c66

Browse files
authored
Update auto-merge.yml
1 parent 72a3284 commit e5e2c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: Enable Auto-Merge
2323
run: gh pr merge "$PR_URL" --auto --squash
2424
env:
25-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
2626
PR_URL: ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)