From 6b9223a892d74afcae14135bb0fffd53b8ab7503 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Wed, 16 Dec 2020 13:51:32 +1100 Subject: [PATCH] added upload key --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5dacae..2ca70a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,9 @@ jobs: - name: Upload to Releases shell: bash if: github.event_name == 'push' + env: + GITHUB_TOKEN: ${{ secrets.UPLOAD_KEY }} + TRAVIS_REPO_SLUG: itsmattkc/LEGOIslandRebuilder run: | curl -fLOSs --retry 2 --retry-delay 60 https://github.com/probonopd/uploadtool/raw/master/upload.sh ./upload.sh Rebuilder/obj/Release/Rebuilder.exe