From eba1c0507881401871bd6a718c628c40b7259bbb Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 4 May 2021 13:59:03 -0400 Subject: [PATCH] Fix Signing Key Secret Name --- .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 662834f9f0..187a8f8998 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