Enhance GPG command in secret-keyring build step with additional flags for improved functionality
Some checks failed
Package & Sign Helm Chart / build (release) Failing after 28s

This commit is contained in:
2025-05-12 22:19:21 +02:00
parent 005aab7ec9
commit 91bb7a4fd1

View File

@@ -35,7 +35,7 @@ jobs:
- name: Build legacy secret-keyring
run: |
install -m 700 -d /tmp/gpgring
gpg --batch \
gpg --batch --yes --pinentry-mode loopback \
--export-secret-keys "$GPG_KEY_ID" \
>/tmp/gpgring/secring.gpg
chmod 600 /tmp/gpgring/secring.gpg