Fix GPG command to remove unnecessary batch flag in secret-keyring build step
Some checks failed
Package & Sign Helm Chart / build (release) Failing after 25s

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

View File

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