Skip to content

Commit 3e99a09

Browse files
committed
Use correct java secrets
Signed-off-by: Appu Goundan <appu@google.com>
1 parent a79517d commit 3e99a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
secrets: |-
5656
signing_key:sigstore-secrets/sigstore-java-pgp-priv-key
5757
signing_password:sigstore-secrets/sigstore-java-pgp-priv-key-password
58-
sonatype_username:sigstore-secrets/sigstore-java-sonatype-username
59-
sonatype_password:sigstore-secrets/sigstore-java-sonatype-password
58+
sonatype_username:sigstore-secrets/sigstore-sonatype-central-portal-username
59+
sonatype_password:sigstore-secrets/sigstore-sonatype-central-portal-password
6060
6161
- name: Build, Sign and Push to Maven Central
6262
# TODO: someone still needs to close and release this, but that can be automated next

0 commit comments

Comments
 (0)