We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6de5c commit f737edaCopy full SHA for f737eda
.github/workflows/dependabot.yml
@@ -16,7 +16,7 @@ jobs:
16
id: metadata
17
uses: dependabot/fetch-metadata@v2
18
with:
19
- github-token: "${{ secrets.GH_TOKEN }}"
+ github-token: ${{ secrets.GH_TOKEN }}
20
- name: Approve a PR
21
run: gh pr review --approve "$PR_URL"
22
env:
0 commit comments