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=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 }}
|
Loading…
x
Reference in New Issue
Block a user