Fix GPG command to include passphrase for secret key export in package-and-deploy workflow
Some checks failed
Package & Sign Helm Chart / build (release) Failing after 20s

This commit is contained in:
Florian Weber 2025-05-12 22:21:31 +02:00
parent 91bb7a4fd1
commit 337b9e9f0b
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -36,6 +36,7 @@ jobs:
run: |
install -m 700 -d /tmp/gpgring
gpg --batch --yes --pinentry-mode loopback \
--passphrase "$PASSPHRASE" \
--export-secret-keys "$GPG_KEY_ID" \
>/tmp/gpgring/secring.gpg
chmod 600 /tmp/gpgring/secring.gpg