Skip to content

Commit 15b78dc

Browse files
committed
revert.
1 parent 09f763f commit 15b78dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/automerge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
run: gh pr review --approve "$PR_URL"
1818
env:
1919
PR_URL: ${{ github.event.pull_request.html_url }}
20-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
GH_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }}
2121
- name: Enable auto-merge
2222
run: gh pr merge --auto --squash "$PR_URL"
2323
env:
2424
PR_URL: ${{ github.event.pull_request.html_url }}
25-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
GH_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }}

0 commit comments

Comments
 (0)