fixed multiline secret handling
Some checks failed
ci/woodpecker/push/db Pipeline failed

This commit is contained in:
Stephan D
2025-11-07 02:04:12 +01:00
parent b8c8ce7019
commit 86fcb9d82f
2 changed files with 13 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ steps:
VAULT_ROLE_ID: { from_secret: VAULT_APP_ROLE }
VAULT_SECRET_ID: { from_secret: VAULT_SECRET_ID }
commands:
- apk add --no-cache curl bash coreutils sed
- apk add --no-cache curl bash coreutils sed python3
- mkdir -p secrets
# fetch registry creds
- ./ci/vlt kv_to_file kv registry user secrets/REGISTRY_USER 600