diff --git a/.github/workflows/central-sync-create.yml b/.github/workflows/central-sync-create.yml index e7cc25a2..233779c1 100644 --- a/.github/workflows/central-sync-create.yml +++ b/.github/workflows/central-sync-create.yml @@ -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 diff --git a/.github/workflows/release-ga.yml b/.github/workflows/release-ga.yml index 9befa7c0..b57fb8e5 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 }}