Add error handling to legacy secret-keyring build step
Some checks failed
Package & Sign Helm Chart / build (release) Failing after 13s
Some checks failed
Package & Sign Helm Chart / build (release) Failing after 13s
This commit is contained in:
parent
c09e1a2978
commit
33fbe9e443
@ -34,6 +34,7 @@ jobs:
|
||||
# 4) “Generation‑1”‑Secret‑Ring für Helm erzeugen (TMP, 600 Rechte)
|
||||
- name: Build legacy secret-keyring
|
||||
run: |
|
||||
set -euo pipefail
|
||||
install -m 700 -d /tmp/gpgring
|
||||
gpg --batch --yes --pinentry-mode loopback \
|
||||
--passphrase "$PASSPHRASE" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user