landscape/.github/actions/release/entrypoint.sh
2023-01-04 12:17:54 -06:00

20 lines
371 B
Bash
Executable File

#!/usr/bin/env bash
echo "$3" | base64 -d > /service-account
echo "$4" | base64 -d > /id_ssh
echo "$5" | base64 -d > /id_ssh.pub
chmod 600 /service-account
chmod 600 /id_ssh
chmod 600 /id_ssh.pub
janeway \
--ci \
--verbose \
--credentials /service-account \
--ssh-key /id_ssh \
release ota \
"$1" "$2" \
${6:+"--ref"} ${6:+"$6"} \
| bash