From f1725497a4619c6c4a473351ee0d04c6816cc192 Mon Sep 17 00:00:00 2001 From: hudsonaikins-crown Date: Fri, 29 May 2026 14:07:08 -0400 Subject: [PATCH] Fix Woodpecker Doppler installer dependencies --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/}}"