From fcf4ad4d73ee88aee6970b961b3858a502bd893f Mon Sep 17 00:00:00 2001 From: Stephan D Date: Fri, 7 Nov 2025 02:11:23 +0100 Subject: [PATCH] converted key to b64 --- .woodpecker/db.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/db.yml b/.woodpecker/db.yml index 7620129..f5cb2d5 100644 --- a/.woodpecker/db.yml +++ b/.woodpecker/db.yml @@ -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 python3 + - apk add --no-cache curl bash coreutils sed python3 openssh-keygen - mkdir -p secrets # fetch registry creds - ./ci/vlt kv_to_file kv registry user secrets/REGISTRY_USER 600