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 544f97b commit c9bdb39Copy full SHA for c9bdb39
.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