From 21ee8263f91827c48bc636fb5bd584e2b182298a Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 31 Jul 2025 12:59:56 +0000 Subject: [PATCH] pipline secret injection test v2 --- .woodpecker.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4afc229..f90365b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,7 +1,3 @@ -kind: pipeline -type: docker -name: secret-test - steps: - name: echo-secret image: alpine:latest @@ -11,7 +7,7 @@ steps: - | echo "START SECRET" echo "$STAGING_SSH_KEY" | wc -c - echo "$STAGING_SSH_KEY" + echo "$STAGING_SSH_KEY" | head -c 64 echo "END SECRET" when: event: [push, manual]