Fix GPG command to use batch mode for secret-keyring build step
Some checks failed
Package & Sign Helm Chart / build (release) Failing after 36s
Some checks failed
Package & Sign Helm Chart / build (release) Failing after 36s
This commit is contained in:
parent
c2ccd5e27f
commit
005aab7ec9
@ -35,7 +35,7 @@ jobs:
|
||||
- name: Build legacy secret-keyring
|
||||
run: |
|
||||
install -m 700 -d /tmp/gpgring
|
||||
gpg --pinentry-mode loopback \
|
||||
gpg --batch \
|
||||
--export-secret-keys "$GPG_KEY_ID" \
|
||||
>/tmp/gpgring/secring.gpg
|
||||
chmod 600 /tmp/gpgring/secring.gpg
|
||||
|
Loading…
x
Reference in New Issue
Block a user