Skip to content

Commit 890d87f

Browse files
committed
Use github.token instead of missing MATZBOT_DEPENDABOT_MERGE_TOKEN secret
1 parent afc32b6 commit 890d87f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot_automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: gh pr merge --auto --rebase "$PR_URL"
2828
env:
2929
PR_URL: ${{ github.event.pull_request.html_url }}
30-
GH_TOKEN: ${{ secrets.MATZBOT_DEPENDABOT_MERGE_TOKEN }}
30+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)