Update gpg key

This commit is contained in:
Janne Valkealahti
2021-07-05 08:35:23 +01:00
parent 4da9c52742
commit a5f7b1e346
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ jobs:
generate-checksums: true
pgp-sign: true
pgp-sign-passphrase: ${{ secrets.GPG_PASSPHRASE }}
pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY_WITH_HEADER }}
pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
# Print staging repo id
- name: Print Staging Repo Id

View File

@@ -141,4 +141,4 @@ jobs:
generate-checksums: true
pgp-sign: true
pgp-sign-passphrase: ${{ secrets.GPG_PASSPHRASE }}
pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY_WITH_HEADER }}
pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY }}