force a start of gpg-agent
Some checks failed
Build AppImage / Explore-Gitea-Actions (push) Failing after 11s

This commit is contained in:
Markus Rosenstihl 2023-12-06 14:50:38 +01:00
parent 962802ebe4
commit c157ebb0f9

View File

@ -22,6 +22,7 @@ jobs:
GO_PIPELINE_LABEL: ${{ gitea.event.repository.updated_at}}_${{ gitea.sha }}
- name: Prepare GPG
run: |
gpg-connect-agent -q 'keyinfo --list' /bye
/usr/lib/gnupg/gpg-preset-passphrase --preset --passphrase ${GPG_PASSPHRASE} ${GPG_KEYGRIP}
env:
GPG_KEYGRIP: ${{ vars.GPG_KEYGRIP }}