use github token instead of custom secret key that does the same thing

This commit is contained in:
itsmattkc 2020-12-24 13:10:50 +11:00 committed by GitHub
parent 054c2f14bb
commit 2a51b46712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
TRAVIS_COMMIT: ${{ github.sha }}
run: |