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 57ba9fb commit 6a01238Copy full SHA for 6a01238
.github/workflows/dependabot-auto-merge.yml
@@ -20,4 +20,4 @@ jobs:
20
run: gh pr merge --auto --squash "$PR_URL"
21
env:
22
PR_URL: ${{github.event.pull_request.html_url}}
23
- GITHUB_TOKEN: ${{ secrets.NGINX_PAT }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments