Use direct value instead env secret
This commit is contained in:
+2
-6
@@ -29,15 +29,11 @@ steps:
|
||||
volumes:
|
||||
- name: binary
|
||||
path: release/windows
|
||||
commands:
|
||||
- butler push "releases/windows" "${ITCHIO_USERNAME}/${ITCHIO_GAME}:windows"
|
||||
environment:
|
||||
BUTLER_API_KEY:
|
||||
from_secret: BUTLER_API_KEY
|
||||
ITCHIO_USERNAME:
|
||||
from_secret: ITCHIO_USERNAME
|
||||
ITCHIO_GAME:
|
||||
from_secret: ITCHIO_GAME
|
||||
commands:
|
||||
- butler push "releases/windows" "dev-crea/ahog:windows"
|
||||
|
||||
# - name: AndroidDebug
|
||||
# image: devcrea/godot-ci:3.3.2-android
|
||||
|
||||
Reference in New Issue
Block a user