From 1d56763bdaee527f9b8e078528001bcc2a165890 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 4 May 2021 13:56:15 -0400 Subject: [PATCH] Move Central Sync Workflows and Fix Secret Name --- .../workflows/central-sync-close.yml | 0 .../workflows/central-sync-create.yml | 2 +- .../workflows/central-sync-release.yml | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename central-sync-close.yml => .github/workflows/central-sync-close.yml (100%) rename central-sync-create.yml => .github/workflows/central-sync-create.yml (95%) rename central-sync-release.yml => .github/workflows/central-sync-release.yml (100%) diff --git a/central-sync-close.yml b/.github/workflows/central-sync-close.yml similarity index 100% rename from central-sync-close.yml rename to .github/workflows/central-sync-close.yml diff --git a/central-sync-create.yml b/.github/workflows/central-sync-create.yml similarity index 95% rename from central-sync-create.yml rename to .github/workflows/central-sync-create.yml index 662834f9..187a8f89 100644 --- a/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/central-sync-release.yml b/.github/workflows/central-sync-release.yml similarity index 100% rename from central-sync-release.yml rename to .github/workflows/central-sync-release.yml