Fix output redirection syntax for GPG secret key export in package-and-deploy workflow
Some checks failed
Package & Sign Helm Chart / build (release) Failing after 22s

This commit is contained in:
Florian Weber 2025-05-12 22:08:58 +02:00
parent 3eaa7e6b60
commit 7cf5f43299
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -37,7 +37,7 @@ jobs:
install -m 700 -d /tmp/gpgring
gpg --batch --pinentry-mode loopback \
--export-secret-keys "$GPG_KEY_ID" \
--output /tmp/gpgring/secring.gpg
>/tmp/gpgring/secring.gpg
chmod 600 /tmp/gpgring/secring.gpg
echo "$PASSPHRASE" > /tmp/gpgring/passphrase.txt
chmod 600 /tmp/gpgring/passphrase.txt