We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc32b6 commit 890d87fCopy full SHA for 890d87f
1 file changed
.github/workflows/dependabot_automerge.yml
@@ -27,4 +27,4 @@ jobs:
27
run: gh pr merge --auto --rebase "$PR_URL"
28
env:
29
PR_URL: ${{ github.event.pull_request.html_url }}
30
- GH_TOKEN: ${{ secrets.MATZBOT_DEPENDABOT_MERGE_TOKEN }}
+ GH_TOKEN: ${{ github.token }}
0 commit comments