diff --git a/.github/workflows/autopilot.yaml b/.github/workflows/autopilot.yaml index 6993359..6950be3 100644 --- a/.github/workflows/autopilot.yaml +++ b/.github/workflows/autopilot.yaml @@ -17,5 +17,5 @@ jobs: - uses: hmarr/auto-approve-action@v4 - env: PR_URL: ${{ github.event.pull_request.html_url }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT }} run: gh pr merge --auto --squash "$PR_URL"