From c7b8a75846c18589b273d45012c86d203aad80bc Mon Sep 17 00:00:00 2001 From: Mohsin Zaidi <2236875+smrz2001@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:13:48 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20revert=20to=20using=20pat=20for=20releas?= =?UTF-8?q?e=20prs=20(=E2=95=AF=C2=B0=E2=96=A1=C2=B0)=E2=95=AF=EF=B8=B5=20?= =?UTF-8?q?=E2=94=BB=E2=94=81=E2=94=BB=20(#458)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/create-release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index 8c364e0b9..c14bc2784 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -26,7 +26,7 @@ jobs: # See https://github.com/3box/rust-builder image: public.ecr.aws/r5b3e0r5/3box/rust-builder:latest env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN_PAT }} steps: - name: Checkout repository uses: actions/checkout@v3