From ee712aa8af9db157b52686583ac6ec94a6da5a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Sun, 25 Aug 2024 21:19:53 +0200 Subject: [PATCH] secrets.PAT_TOKEN --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 514b5f4..e502e5b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -154,7 +154,7 @@ jobs: && echo "already_exists=true" >> $GITHUB_ENV \ || echo "already_exists=false" >> $GITHUB_ENV env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} - name: Checkout repo if: env.already_exists == 'false' @@ -173,7 +173,7 @@ jobs: --target '${{ github.event.inputs.ref }}' --generate-notes env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} attach_to_release: name: Attach native executables to release @@ -205,4 +205,4 @@ jobs: done timeout-minutes: 10 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} \ No newline at end of file