[skip ci] prevent gpg from pruning the key cache

This commit is contained in:
Armin Schrenk
2025-05-15 00:27:16 +02:00
parent 0a0dde3f47
commit 6f9b3e31e7

View File

@@ -118,6 +118,7 @@ jobs:
GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}
- name: debuild
run: |
(sleep 8m; gpg --batch --quiet --pinentry-mode loopback -u 615D449FE6E6A235 --dry-run --sign README.md) &
debuild -S -sa -d
debuild -b -sa -d
env: