Skip to content

Commit f737eda

Browse files
authored
Update dependabot.yml
1 parent 3e6de5c commit f737eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: metadata
1717
uses: dependabot/fetch-metadata@v2
1818
with:
19-
github-token: "${{ secrets.GH_TOKEN }}"
19+
github-token: ${{ secrets.GH_TOKEN }}
2020
- name: Approve a PR
2121
run: gh pr review --approve "$PR_URL"
2222
env:

0 commit comments

Comments
 (0)