From 9be1032f964313cff741efc53a5689dbc8aff85f Mon Sep 17 00:00:00 2001 From: MichaelKora Date: Wed, 11 Oct 2023 10:01:19 +0200 Subject: [PATCH] Remove ossrh secret from the java gradle base documentation and sort vars --- .github/workflows/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 50c69e808..11e8b2a49 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -736,13 +736,11 @@ Nexus. | Name | Required | Description | | ----------------------- | :------: | -------------------------------------------------------------- | -| sonar-token | ✅ | Token for Sonarcloud | -| sonar-organization | ✅ | Organization for Sonarcloud | -| 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 | +| signing-secret-key-ring | ✅ | Key ring (base64 encoded) for signing the Sonatype publication | +| sonar-organization | ✅ | Organization for Sonarcloud | +| sonar-token | ✅ | Token for Sonarcloud | ### Calling the workflow @@ -984,6 +982,8 @@ 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 |