Skip to content

Commit b4f7ec5

Browse files
committed
Use GH_TOKEN [skip ci]
1 parent 21a42e2 commit b4f7ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: gh pr merge --auto --merge "$PR_URL"
2323
env:
2424
PR_URL: ${{github.event.pull_request.html_url}}
25-
GITHUB_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}
25+
GH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}

0 commit comments

Comments
 (0)