Skip to content

Commit 7c65ae6

Browse files
committed
Fix Sonatype credentials in CI pipeline
1 parent 6453a1b commit 7c65ae6

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
@@ -22,8 +22,8 @@ anchors:
2222
GITHUB_USERNAME: ((github-username))
2323
MILESTONE: ((milestone))
2424
sontatype-task-params: &sonatype-task-params
25-
SONATYPE_USER_TOKEN: ((sonatype-username))
26-
SONATYPE_PASSWORD_TOKEN: ((sonatype-password))
25+
SONATYPE_USERNAME: ((s01-user-token))
26+
SONATYPE_PASSWORD: ((s01-user-token-password))
2727
SONATYPE_URL: ((sonatype-url))
2828
SONATYPE_STAGING_PROFILE_ID: ((sonatype-staging-profile-id))
2929
artifactory-task-params: &artifactory-task-params

0 commit comments

Comments
 (0)