From 766b72c2ee8ea3a0161f395174f1e1e417b76a6d Mon Sep 17 00:00:00 2001 From: MichaelKora Date: Wed, 11 Oct 2023 09:59:30 +0200 Subject: [PATCH] Remove ossrh secret from the java gradle base documentation --- .github/workflows/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 9b3cdb8ca..50c69e808 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -984,8 +984,6 @@ changelog when running on a tag branch. | signing-secret-key-ring | ✅ | Key ring (base64 encoded) for signing the Sonatype publication | | signing-key-id | ✅ | Key id for signing the Sonatype publication | | signing-password | ✅ | Password for signing the Sonatype publication | -| ossrh-username | ✅ | Username for signing into Sonatype repository | -| ossrh-password | ✅ | Password for signing into Sonatype repository | | gradle-publish-key | ✅ | Key for publishing to Gradle Plugin Portal | | gradle-publish-secret | ✅ | Secret for publishing to Gradle Plugin Portal | | github-username | ✅ | GitHub username for requesting changes from API |