Skip to content

Commit b8e5d29

Browse files
authored
chore: update dependabot merge action to @next (fastify#197)
1 parent 8891119 commit b8e5d29

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
needs: test
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: fastify/github-action-merge-dependabot@v1.2.1
25-
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
24+
- uses: fastify/github-action-merge-dependabot@next
2625
with:
27-
github-token: ${{secrets.github_token}}
26+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)