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 a1a97b4 commit bd9b25eCopy full SHA for bd9b25e
.github/workflows/pr.yml
@@ -45,7 +45,7 @@ jobs:
45
id: dependabot-metadata
46
uses: dependabot/fetch-metadata@v1.1.1
47
with:
48
- GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+ github-token: "${{ secrets.GITHUB_TOKEN }}"
49
- name: Approve a PR
50
run: gh pr review --approve "$PR_URL"
51
env:
0 commit comments