Skip to content

Commit a5f7b1e

Browse files
committed
Update gpg key
1 parent 4da9c52 commit a5f7b1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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

.github/workflows/release-ga.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ jobs:
141141
generate-checksums: true
142142
pgp-sign: true
143143
pgp-sign-passphrase: ${{ secrets.GPG_PASSPHRASE }}
144-
pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY_WITH_HEADER }}
144+
pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)