diff --git a/.woodpecker.yml b/.woodpecker.yml index b5d1b1c..b40b2d8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -28,7 +28,7 @@ steps: from_secret: doppler_token commands: - test -n "$${DOPPLER_TOKEN}" || (echo "DOPPLER_TOKEN is required" && exit 1) - - apk add --no-cache bash curl openssh-client rsync git github-cli + - apk add --no-cache bash curl gnupg openssh-client rsync git github-cli - curl -Ls https://cli.doppler.com/install.sh | sh - | TAG="$${CI_COMMIT_TAG:-$${CI_COMMIT_REF##refs/tags/}}" @@ -48,7 +48,7 @@ steps: from_secret: doppler_token commands: - test -n "$${DOPPLER_TOKEN}" || (echo "DOPPLER_TOKEN is required" && exit 1) - - apk add --no-cache bash curl tar github-cli + - apk add --no-cache bash curl gnupg tar github-cli - curl -Ls https://cli.doppler.com/install.sh | sh - | TAG="$${CI_COMMIT_TAG:-$${CI_COMMIT_REF##refs/tags/}}"