diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 0b4ab08..7ca33b6 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -22,4 +22,4 @@ jobs: - name: Run command run: gh pr merge -s --auto ${{ github.event.pull_request.number }} env: - GH_TOKEN: ${{ secrets.GH_FULL_PAT }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}