Skip to content

Commit fa05de1

Browse files
committed
Use Sonatype S01 token in release pipeline
1 parent 6b62b93 commit fa05de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ anchors:
77
gradle-enterprise-task-params: &gradle-enterprise-task-params
88
DEVELOCITY_ACCESS_KEY: ((gradle_enterprise_secret_access_key))
99
sonatype-task-params: &sonatype-task-params
10-
SONATYPE_USERNAME: ((sonatype-username))
11-
SONATYPE_PASSWORD: ((sonatype-password))
10+
SONATYPE_USERNAME: ((s01-user-token))
11+
SONATYPE_PASSWORD: ((s01-user-token-password))
1212
SONATYPE_URL: ((sonatype-url))
1313
SONATYPE_STAGING_PROFILE: ((sonatype-staging-profile))
1414
artifactory-task-params: &artifactory-task-params

0 commit comments

Comments
 (0)