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]