fix(workflow): add GH_TOKEN environment variable for GitHub CLI
Some checks failed
Build OS / Build Cross-Compiler & Toolchain (push) Has been cancelled
Build OS / Analyze (c-cpp) (push) Has been cancelled
Build OS / Build OS (push) Has been cancelled
Build OS / Upload Nightly Build to GitHub Releases (push) Has been cancelled

This commit is contained in:
2025-06-13 14:49:59 +00:00
parent 97a892d114
commit 2c1d6c2608

View File

@ -220,3 +220,6 @@ jobs:
- name: Update Nightly
run: gh release upload nightly artifacts/* -R ${{github.repository}} --clobber
env:
GH_TOKEN: ${{ github.token }}