Try to fix vault password
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
SebClem 2023-04-21 20:57:50 +02:00
parent 08d8d67ced
commit ff94fcdba3
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -37,7 +37,7 @@ if [ -n "$PLUGIN_VAULT_TOKEN" ]; then
echo "💼 Adding vault token to 'credentials/ci_vault_token'"
run_command "mkdir credentials"
echo "$PLUGIN_VAULT_TOKEN" > credentials/ci_vault_token
args+=("--vault-password-file" "credentials/ci_vault_token")
args+=("--vault-password-file=credentials/ci_vault_token")
echo ""
fi