(experiment) set GITHUB_TOKEN env var in build.sh
This commit is contained in:
parent
e0ac293279
commit
feb979db54
1 changed files with 2 additions and 0 deletions
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 a new issue