V8.13.392.2025.11.07
Some checks failed
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Failing after 4s
🔐 Generating a Private Live ISO TRIXIE. / 🔐 Generating a Private Live ISO TRIXIE. (push) Failing after 4s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-11-07 22:37:57 +01:00
parent 31c2a2cf6f
commit 21e18f916e
4 changed files with 19 additions and 33 deletions

View File

@@ -16,6 +16,7 @@ name: 🔐 Generating a Private Live ISO TRIXIE.
defaults:
run:
shell: bash
working-directory: ${{ github.workspace }}
permissions:
contents: write
@@ -35,11 +36,6 @@ jobs:
container:
image: debian:trixie
defaults:
run:
shell: bash
working-directory: ${{ github.workspace }}
steps:
- name: 🕑 Waiting random time to desynchronize parallel workflows.
run: |
@@ -138,6 +134,7 @@ jobs:
echo "GNUPGHOME=${GNUPGHOME}" >> "${GITHUB_ENV}"
echo 'allow-loopback-pinentry' >| "${GNUPGHOME}/gpg-agent.conf"
echo 'pinentry-program /usr/bin/pinentry-tty' >> "${GNUPGHOME}/gpg-agent.conf"
echo "trust-model always" >> "${GNUPGHOME}/gpg.conf"
gpgconf --reload gpg-agent || true
- name: ⚙️ Importing the 'CI PGP DEPLOY ONLY' key.