Skip to content

Commit

Permalink
Update Sonatype credentials used to publish to Central
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Feb 18, 2021
1 parent 3ad68a3 commit 78cbe7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ anchors:
GITHUB_USERNAME: ((github-username))
MILESTONE: ((milestone))
sontatype-task-params: &sonatype-task-params
SONATYPE_USER_TOKEN: ((sonatype-user-token))
SONATYPE_PASSWORD_TOKEN: ((sonatype-user-token-password))
SONATYPE_USER_TOKEN: ((sonatype-username))
SONATYPE_PASSWORD_TOKEN: ((sonatype-password))
SONATYPE_URL: ((sonatype-url))
SONATYPE_STAGING_PROFILE_ID: ((sonatype-staging-profile-id))
artifactory-task-params: &artifactory-task-params
Expand Down

0 comments on commit 78cbe7a

Please sign in to comment.