updated github_actions_repo_env_set_secret.sh

pull/2/head
Hari Sekhon 3 years ago
parent e48362de3f
commit 58e051673d

@ -75,7 +75,6 @@ fi
add_secret(){
local env_var="$1"
parse_export_key_value "$env_var"
value="$(base64 <<< "$value")"
# shellcheck disable=SC2154
timestamp "setting GitHub secret '$key' in repo '$owner_repo' environment '$environment_name'"
# XXX: no way to generate this encrypted value in Bash at this time, all language bindings but no Libsodium CLI so use GitHub CLI instead

Loading…
Cancel
Save