From 4bc8737f9c39764b38f0511802b22493dae9ffa1 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 31 Jul 2025 12:51:19 +0000 Subject: [PATCH] pipeline test v4 --- .woodpecker.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d24e29a..7a3257a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,8 +6,9 @@ steps: - name: echo-secret image: alpine:latest environment: - STAGING_SSH_KEY: - from_secret: STAGING_SSH_KEY + STAGING_SSH_KEY: ${STAGING_SSH_KEY} commands: - - echo "SSH key is: ${STAGING_SSH_KEY}" - \ No newline at end of file + - | + echo "START SECRET" + echo "${STAGING_SSH_KEY}" + echo "END SECRET"