Add step to display GPG keys in CI environment
Some checks failed
Package & Sign Helm Chart / build (release) Failing after 12s
Some checks failed
Package & Sign Helm Chart / build (release) Failing after 12s
This commit is contained in:
parent
33fbe9e443
commit
be91c9677a
@ -31,6 +31,11 @@ jobs:
|
||||
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
trust_level: 5
|
||||
|
||||
- name: Show keys in runner
|
||||
run: |
|
||||
echo "🔑 Keys inside CI:"
|
||||
gpg --list-secret-keys --keyid-format LONG
|
||||
|
||||
# 4) “Generation‑1”‑Secret‑Ring für Helm erzeugen (TMP, 600 Rechte)
|
||||
- name: Build legacy secret-keyring
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user