From a5f7b1e346fc9f844de7a27ba8ff8c93cc92d44f Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 5 Jul 2021 08:35:23 +0100 Subject: [PATCH] Update gpg key --- .github/workflows/central-sync-create.yml | 2 +- .github/workflows/release-ga.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/central-sync-create.yml b/.github/workflows/central-sync-create.yml index f2bb80f4..a3be1ba1 100644 --- a/.github/workflows/central-sync-create.yml +++ b/.github/workflows/central-sync-create.yml @@ -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 diff --git a/.github/workflows/release-ga.yml b/.github/workflows/release-ga.yml index 7cc0221f..bcf57fbc 100644 --- a/.github/workflows/release-ga.yml +++ b/.github/workflows/release-ga.yml @@ -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 }}