diff --git a/.woodpecker.yml b/.woodpecker.yml index ee3c47a..29259d9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,11 +1,13 @@ pipeline: test: image: docker - secrets: [ blarp ] + secrets: [ blarp, test_key ] commands: - echo hello - echo "$BLARP" - echo $BLARP > test + - echo $TEST_KEY > testkey - wc -c test - cat test + - file testkey - ls -la