Update gpg key

This commit is contained in:
Janne Valkealahti
2021-07-05 08:35:42 +01:00
parent e057081c6e
commit 9bd7275837
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ jobs:
]
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 }}