We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da9c52 commit a5f7b1eCopy full SHA for a5f7b1e
.github/workflows/central-sync-create.yml
@@ -51,7 +51,7 @@ jobs:
51
generate-checksums: true
52
pgp-sign: true
53
pgp-sign-passphrase: ${{ secrets.GPG_PASSPHRASE }}
54
- pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY_WITH_HEADER }}
+ pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
55
56
# Print staging repo id
57
- name: Print Staging Repo Id
.github/workflows/release-ga.yml
@@ -141,4 +141,4 @@ jobs:
141
142
143
144
0 commit comments