From 9794b1223c580aaa17a7988aa2cde285d6b62eb3 Mon Sep 17 00:00:00 2001 From: Mateusz Urbanek Date: Thu, 14 Nov 2024 14:31:36 +0100 Subject: [PATCH] fix(gh-actions): replace token with PAT --- .github/workflows/autopilot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"