mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-02-17 00:20:40 -05:00
use github token instead of custom secret key that does the same thing
This commit is contained in:
parent
054c2f14bb
commit
2a51b46712
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue