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 f65024f commit e30cb04Copy full SHA for e30cb04
.github/workflows/dependabot-auto-merge.yml
@@ -17,4 +17,4 @@ jobs:
17
run: gh pr merge --auto --squash "$PR_URL"
18
env:
19
PR_URL: ${{github.event.pull_request.html_url}}
20
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GITHUB_TOKEN: ${{ secrets.NGINX_PAT }}
0 commit comments