V8.13.392.2025.11.07

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-11-07 23:21:30 +01:00
parent 33f2337bed
commit 0f9b021110
6 changed files with 895 additions and 68 deletions

View File

@@ -88,7 +88,7 @@ jobs:
set -euo pipefail
### GPG-Home relative to the Runner Workspace to avoid changing global files.
export GNUPGHOME="$(PWD)/.gnupg"
mkdir -m 700 "${GNUPGHOME}"
mkdir -m 0700 "${GNUPGHOME}"
echo "${{ secrets.PGP_MSW_DEPLOY_CORESECRET_DEV }}" >| ci-bot.sec.asc
gpg --batch --import ci-bot.sec.asc
### Trust the key automatically