Skip to content

Commit 6a01238

Browse files
authored
Use GITHUB_TOKEN for auto merge (#7928)
1 parent 57ba9fb commit 6a01238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
run: gh pr merge --auto --squash "$PR_URL"
2121
env:
2222
PR_URL: ${{github.event.pull_request.html_url}}
23-
GITHUB_TOKEN: ${{ secrets.NGINX_PAT }}
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)