We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bbc3ea commit 9dec669Copy full SHA for 9dec669
.github/workflows/approve_dependabotifications.yml
@@ -22,4 +22,4 @@ jobs:
22
run: gh pr merge --auto --merge "$PR_URL"
23
env:
24
PR_URL: ${{github.event.pull_request.html_url}}
25
- GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GH_TOKEN: ${{secrets.PAT_AUTO_MERGE}}
0 commit comments