mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 07:37:59 -05:00
ci: provide GITHUB_TOKEN as env
This commit is contained in:
parent
b2bd8bc766
commit
883720941a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -77,6 +77,8 @@ jobs:
|
|||
|
||||
- name: Upload Continuous Release
|
||||
shell: bash
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
curl -fLOSs https://raw.githubusercontent.com/probonopd/uploadtool/master/upload.sh
|
||||
./upload.sh \
|
||||
|
|
Loading…
Reference in a new issue