From 78cbe7a4d95b2bbe97546334ce1415f6d6d9dad3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 18 Feb 2021 08:30:32 +0000 Subject: [PATCH] Update Sonatype credentials used to publish to Central --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 221472ccbed..584311b2b93 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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