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=true" >> $GITHUB_ENV \
|| echo "already_exists=false" >> $GITHUB_ENV || echo "already_exists=false" >> $GITHUB_ENV
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
- name: Checkout repo - name: Checkout repo
if: env.already_exists == 'false' if: env.already_exists == 'false'
@ -173,7 +173,7 @@ jobs:
--target '${{ github.event.inputs.ref }}' --target '${{ github.event.inputs.ref }}'
--generate-notes --generate-notes
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
attach_to_release: attach_to_release:
name: Attach native executables to release name: Attach native executables to release
@ -205,4 +205,4 @@ jobs:
done done
timeout-minutes: 10 timeout-minutes: 10
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}