mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 10:29:16 +00:00
fix(workflow): add GH_TOKEN environment variable for GitHub CLI
This commit is contained in:
3
.github/workflows/makefile.yml
vendored
3
.github/workflows/makefile.yml
vendored
@ -220,3 +220,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Update Nightly
|
- name: Update Nightly
|
||||||
run: gh release upload nightly artifacts/* -R ${{github.repository}} --clobber
|
run: gh release upload nightly artifacts/* -R ${{github.repository}} --clobber
|
||||||
|
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
Reference in New Issue
Block a user