We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd0a6b commit afc32b6Copy full SHA for afc32b6
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
- GITHUB_TOKEN: ${{ secrets.MATZBOT_DEPENDABOT_MERGE_TOKEN }}
+ GH_TOKEN: ${{ secrets.MATZBOT_DEPENDABOT_MERGE_TOKEN }}
0 commit comments