ci: fix creating secret key ring file
This commit is contained in:
@@ -28,6 +28,7 @@ jobs:
|
||||
with:
|
||||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
trust_level: 5
|
||||
|
||||
- name: Creating PGP Ring Key
|
||||
run: gpg --export-secret-keys -o ~/.gnupg/pgp_key.ring
|
||||
|
||||
Reference in New Issue
Block a user