Skip to content

Commit 8561d98

Browse files
authored
fix: Use PAT for Dependabot auto-merge to trigger downstream workflows (#1016)
1 parent 837e430 commit 8561d98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)