mirror of
https://github.com/yeslayla/butler-publish-itchio-action.git
synced 2025-02-23 12:13:48 +01:00
Merge pull request #3 from skarnl/feature/move-butler-credentials
Store Butler credentials in env-var
This commit is contained in:
commit
53fdf15e50
@ -1,8 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
mkdir -p ~/.config/itch
|
export BUTLER_API_KEY=$BUTLER_CREDENTIALS
|
||||||
echo $BUTLER_CREDENTIALS > ~/.config/itch/butler_creds
|
|
||||||
|
|
||||||
versionArgument=""
|
versionArgument=""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user