Parcourir la source

(experiment) set GITHUB_TOKEN env var in build.sh

Peter Squicciarini il y a 5 ans
Parent
commit
feb979db54
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/macos.yml

+ 2 - 0
.github/workflows/macos.yml

@@ -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