From 9431afe21a745576a4d18ac8b2e20f0456f37463 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sat, 20 Mar 2021 07:47:54 +0000 Subject: [PATCH] Fix pgp setting --- .github/workflows/central-sync-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/central-sync-create.yml b/.github/workflows/central-sync-create.yml index 17785bdb..32040b42 100644 --- a/.github/workflows/central-sync-create.yml +++ b/.github/workflows/central-sync-create.yml @@ -56,7 +56,7 @@ jobs: ] pgp-sign: true pgp-sign-passphrase: ${{ secrets.GPG_PASSPHRASE }} - pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY }} + pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY_WITH_HEADER }} # Print staging repo id - name: Print Staging Repo Id