Skip to content

Commit c1f752f

Browse files
authored
Update README.md
1 parent 487dd66 commit c1f752f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
needs: build
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: salmanm/github-action-merge-dependabot@v1
27+
- uses: fastify/github-action-merge-dependabot@v1
2828
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
2929
with:
3030
github-token: ${{secrets.github_token}}
3131
```
32+
33+
Note: The `github_token` is automatically provided by Github Actions, which we access using `secrets.github_token` and supply to the action as an input `github-token`

0 commit comments

Comments
 (0)