From 1f6c97206eb7a69e848b31af298fd96afa6a7314 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 2 Feb 2022 08:32:22 +0000 Subject: [PATCH] build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3 (#110) * build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3 * Update .github/workflows/ci.yml Co-authored-by: Manuel Spigolon Co-authored-by: Manuel Spigolon --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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