Skip to content

Commit c45f117

Browse files
authored
Update auto-merge.yml
1 parent 892f1d7 commit c45f117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: gh pr merge --auto --squash "$PR_URL"
2828
env:
2929
PR_URL: ${{github.event.pull_request.html_url}}
30-
GITHUB_TOKEN: ${{secrets.PAT_TOKEN}}
30+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3131
pre-commit-ci:
3232
runs-on: ubuntu-latest
3333
if: ${{ github.event.pull_request.user.login == 'pre-commit-ci[bot]' }}
@@ -36,4 +36,4 @@ jobs:
3636
run: gh pr merge --auto --squash "$PR_URL"
3737
env:
3838
PR_URL: ${{github.event.pull_request.html_url}}
39-
GITHUB_TOKEN: ${{secrets.PAT_TOKEN}}
39+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)