Skip to content

Commit 2afc4fe

Browse files
committed
Fix Signing Key Secret Name
1 parent 66e4cf9 commit 2afc4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/central-sync-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
generate-checksums: true
5252
pgp-sign: true
5353
pgp-sign-passphrase: ${{ secrets.GPG_PASSPHRASE }}
54-
pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY_WITH_HEADER }}
54+
pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
5555

5656
# Print staging repo id
5757
- name: Print Staging Repo Id

0 commit comments

Comments
 (0)