mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-02 12:33:51 +03:00
(experiment) set GITHUB_TOKEN env var in build.sh
This commit is contained in:
parent
e0ac293279
commit
feb979db54
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -33,6 +33,8 @@ jobs:
|
||||
echo "::set-env name=SHOULD_BUILD::$SHOULD_BUILD"
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: ./build.sh
|
||||
|
||||
- name: Zip release
|
||||
|
Loading…
Reference in New Issue
Block a user