Skip to content

Commit e30cb04

Browse files
authored
Use PAT to auto-merge dependabot PRs (#170)
1 parent f65024f commit e30cb04

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
@@ -17,4 +17,4 @@ jobs:
1717
run: gh pr merge --auto --squash "$PR_URL"
1818
env:
1919
PR_URL: ${{github.event.pull_request.html_url}}
20-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
20+
GITHUB_TOKEN: ${{ secrets.NGINX_PAT }}

0 commit comments

Comments
 (0)