ci: provide GITHUB_TOKEN as env

This commit is contained in:
itsmattkc 2023-06-27 16:25:26 -07:00
parent b2bd8bc766
commit 883720941a

View file

@ -77,6 +77,8 @@ jobs:
- name: Upload Continuous Release - name: Upload Continuous Release
shell: bash shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
curl -fLOSs https://raw.githubusercontent.com/probonopd/uploadtool/master/upload.sh curl -fLOSs https://raw.githubusercontent.com/probonopd/uploadtool/master/upload.sh
./upload.sh \ ./upload.sh \