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.
fetch-metadata
1 parent fd0cc67 commit 080dcb5Copy full SHA for 080dcb5
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
- id: metadata
83
uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2.4.0
84
with:
85
- github-token: "${{ secrets.gh_pat }}"
+ github-token: "${{ secrets.GITHUB_TOKEN }}"
86
- run: |
87
gh pr review --approve "$PR_URL"
88
gh pr merge --squash --auto "$PR_URL"
0 commit comments