Skip to content

Commit 12ed608

Browse files
authored
Merge pull request #145 from playfulprogramming/gh-automerge-token
Use github token to trigger workflows on automerge
2 parents f1a0dfa + d8b9cbe commit 12ed608

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 --merge "$PR_URL"
1818
env:
1919
PR_URL: ${{ github.event.pull_request.html_url }}
20-
GH_TOKEN: ${{ github.token }}
20+
GH_TOKEN: ${{ secrets.GH_TOKEN_HOOF_ACTIONS }}

0 commit comments

Comments
 (0)