Fix BUTLER_API_KEY
This commit is contained in:
parent
4dc2d43204
commit
53053da299
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-itch.yml
vendored
2
.github/workflows/deploy-itch.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Deploy to itch.io
|
- name: Deploy to itch.io
|
||||||
uses: manleydev/butler-publish-itchio-action@master
|
uses: manleydev/butler-publish-itchio-action@master
|
||||||
env:
|
env:
|
||||||
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }}
|
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
|
||||||
CHANNEL: html5
|
CHANNEL: html5
|
||||||
ITCH_GAME: openthebox
|
ITCH_GAME: openthebox
|
||||||
ITCH_USER: Lythom
|
ITCH_USER: Lythom
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue