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 18708b3 commit f571de6Copy full SHA for f571de6
.github/workflows/dependabot.yml
@@ -24,7 +24,7 @@ jobs:
24
if: ${{ github.actor == 'dependabot[bot]' }}
25
env:
26
PR_URL: ${{ github.event.pull_request.html_url }}
27
- GITHUB_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
+ GH_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
28
steps:
29
- name: approve
30
run: gh pr review --approve "$PR_URL"
0 commit comments