Skip to content

Commit e724c3e

Browse files
Move some variables to repo vars
1 parent 31de215 commit e724c3e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/publish.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ on:
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
15-
16-
env:
17-
ITCH_USERNAME: guilhermegsousa
18-
ITCH_GAME_ID: test-game
19-
2015
jobs:
2116
build:
2217
runs-on: ubuntu-latest
@@ -40,6 +35,6 @@ jobs:
4035
with:
4136
butlerApiKey: ${{secrets.BUTLER_API_KEY}}
4237
gameData: ./build/${{ matrix.platform }}
43-
itchUsername: ${{env.ITCH_USERNAME}}
44-
itchGameId: ${{ env.ITCH_GAME_ID }}
38+
itchUsername: ${{ vars.ITCH_USERNAME }}
39+
itchGameId: ${{ vars.ITCH_GAME_ID }}
4540
buildChannel: ${{ matrix.platform }}

0 commit comments

Comments
 (0)