We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8891119 commit b8e5d29Copy full SHA for b8e5d29
.github/workflows/ci.yml
@@ -21,7 +21,6 @@ jobs:
21
needs: test
22
runs-on: ubuntu-latest
23
steps:
24
- - uses: fastify/github-action-merge-dependabot@v1.2.1
25
- if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
+ - uses: fastify/github-action-merge-dependabot@next
26
with:
27
- github-token: ${{secrets.github_token}}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments