Fix Sonatype credentials in CI pipeline

This commit is contained in:
Andy Wilkinson
2022-01-15 19:54:17 +00:00
parent 6453a1b0ff
commit 7c65ae6e72

View File

@@ -22,8 +22,8 @@ anchors:
GITHUB_USERNAME: ((github-username))
MILESTONE: ((milestone))
sontatype-task-params: &sonatype-task-params
SONATYPE_USER_TOKEN: ((sonatype-username))
SONATYPE_PASSWORD_TOKEN: ((sonatype-password))
SONATYPE_USERNAME: ((s01-user-token))
SONATYPE_PASSWORD: ((s01-user-token-password))
SONATYPE_URL: ((sonatype-url))
SONATYPE_STAGING_PROFILE_ID: ((sonatype-staging-profile-id))
artifactory-task-params: &artifactory-task-params