mirror of
https://github.com/NohamR/GoFileCLI.git
synced 2025-05-24 00:49:00 +00:00
secrets.PAT_TOKEN
This commit is contained in:
parent
a8779b59fe
commit
ee712aa8af
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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 }}
|
Loading…
x
Reference in New Issue
Block a user