fix gpg trust
Some checks failed
Release / release (push) Failing after 5m32s

This commit is contained in:
2025-07-05 20:35:14 +02:00
parent ae90e43a72
commit 7a97f94c39

View File

@@ -27,7 +27,7 @@ jobs:
run: |
echo "${{ secrets.CI_BOT_GPG_PRIVATE_KEY }}" | gpg --import --batch --yes
# set trust non-interactively
echo "$GPG_KEY_ID:5:" | gpg --import-ownertrust
echo "${{ secrets.CI_BOT_GPG_FINGERPRINT }}:5:" | gpg --import-ownertrust
git config --global user.signingkey $GPG_KEY_ID
git config --global commit.gpgSign true
git config --global tag.gpgSign true