diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0917e19..d33074a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,8 +55,11 @@ jobs: automerge: needs: test runs-on: ubuntu-latest + permissions: + pull-requests: write + contents: write steps: - - uses: fastify/github-action-merge-dependabot@v2.7.1 - if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }} + - uses: fastify/github-action-merge-dependabot@v3 with: - github-token: ${{secrets.github_token}} + github-token: ${{ secrets.GITHUB_TOKEN }} + target: minor