Skip to content

Commit bd9b25e

Browse files
committed
Fix github action yml
1 parent a1a97b4 commit bd9b25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
id: dependabot-metadata
4646
uses: dependabot/[email protected]
4747
with:
48-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
48+
github-token: "${{ secrets.GITHUB_TOKEN }}"
4949
- name: Approve a PR
5050
run: gh pr review --approve "$PR_URL"
5151
env:

0 commit comments

Comments
 (0)