secrets.PAT_TOKEN

This commit is contained in:
√(noham)² 2024-08-25 21:19:53 +02:00
parent a8779b59fe
commit ee712aa8af

View File

@ -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 }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}