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 |