diff --git a/.github/actions/sync-to-maven-central/action.yml b/.github/actions/sync-to-maven-central/action.yml index 2991e2dcc2a..543b96c24ad 100644 --- a/.github/actions/sync-to-maven-central/action.yml +++ b/.github/actions/sync-to-maven-central/action.yml @@ -7,12 +7,12 @@ inputs: ossrh-s01-staging-profile: description: 'Staging profile to use when syncing to Central' required: true - ossrh-s01-token-username: - description: 'Username for authentication with s01.oss.sonatype.org' - required: true ossrh-s01-token-password: description: 'Password for authentication with s01.oss.sonatype.org' required: true + ossrh-s01-token-username: + description: 'Username for authentication with s01.oss.sonatype.org' + required: true spring-boot-version: description: 'Version of Spring Boot that is being synced to Central' required: true