From 034d5758d3387eb2bc0a0ef036c53625d410730a Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Fri, 18 Dec 2020 08:33:50 +1100 Subject: [PATCH] try using GITHUB_TOKEN didn't know this existed before --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ca70a2..c3e861c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: shell: bash if: github.event_name == 'push' env: - GITHUB_TOKEN: ${{ secrets.UPLOAD_KEY }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TRAVIS_REPO_SLUG: itsmattkc/LEGOIslandRebuilder run: | curl -fLOSs --retry 2 --retry-delay 60 https://github.com/probonopd/uploadtool/raw/master/upload.sh