mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
update creds again
This commit is contained in:
BIN
.github/actions/creds.tar.xz.gpg
vendored
BIN
.github/actions/creds.tar.xz.gpg
vendored
Binary file not shown.
8
.github/actions/decrypt.sh
vendored
8
.github/actions/decrypt.sh
vendored
@@ -20,8 +20,12 @@ else
|
|||||||
echo "PASSCODE is set";
|
echo "PASSCODE is set";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
gpg --quiet --batch --yes --decrypt --passphrase="${PASSCODE}" \
|
gpg --batch \
|
||||||
--output "${credsfile}" "${gpgfile}"
|
--yes \
|
||||||
|
--decrypt \
|
||||||
|
--passphrase="${PASSCODE}" \
|
||||||
|
--output "${credsfile}" \
|
||||||
|
"${gpgfile}"
|
||||||
|
|
||||||
tar xvvf "${credsfile}" --directory "${credspath}"
|
tar xvvf "${credsfile}" --directory "${credspath}"
|
||||||
rm -rvf "${gpgfile}"
|
rm -rvf "${gpgfile}"
|
||||||
|
|||||||
Reference in New Issue
Block a user