Skip to content

Commit

Permalink
Remove ossrh secret from the java gradle base documentation and sort …
Browse files Browse the repository at this point in the history
…vars
  • Loading branch information
MichaelKora committed Oct 11, 2023
1 parent 766b72c commit 9be1032
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit 9be1032

Please sign in to comment.