diff --git a/.github/workflows/auto-merge-github-actions.yml b/.github/workflows/auto-merge-github-actions.yml index 678a785..86262f3 100644 --- a/.github/workflows/auto-merge-github-actions.yml +++ b/.github/workflows/auto-merge-github-actions.yml @@ -18,6 +18,8 @@ jobs: with: github-token: ${{ secrets.GH_TOKEN }} - name: Merge pull request - uses: pascalgn/automerge-action@v0.16.3 + uses: "pascalgn/automerge-action@v0.16.3" + permissions: + contents: write env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: "${{ secrets.GH_TOKEN }}"