pipeline test v4
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

This commit is contained in:
Josh 2025-07-31 12:51:19 +00:00
parent 5706eee71d
commit 0b969748a3

View File

@ -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}"
- |
echo "START SECRET"
echo "${STAGING_SSH_KEY}"
echo "END SECRET"