From e806def7136a7806dd5c18b8f2319fd66033e60a Mon Sep 17 00:00:00 2001 From: Christian van der Loo Date: Tue, 23 Apr 2024 20:31:22 -0400 Subject: [PATCH] ci: keep using pat token --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6871c5e..f58a89a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,5 +35,5 @@ jobs: uses: hmarr/auto-approve-action@v4 if: ${{ steps.release.outputs.prs_created == 'true' }} with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.PAT_TOKEN }} pull-request-number: ${{ fromJSON(steps.release.outputs.pr).number }}