From 9d8f578e306237a3986638b678ec1743f21db63e Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:46:31 -0800 Subject: [PATCH 1/2] Update publish.cfg --- .kokoro/release/publish.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/release/publish.cfg b/.kokoro/release/publish.cfg index 115146362fb..f7f7ccfdf79 100644 --- a/.kokoro/release/publish.cfg +++ b/.kokoro/release/publish.cfg @@ -2,7 +2,7 @@ before_action { fetch_keystore { keystore_resource { keystore_config_id: 73713 - keyname: "google-api-nodejs-client-npm-token" + keyname: "google-cloud-node-npm-token-1" } } } From b831ef19f62070e575602affe555c0197907edd4 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:47:04 -0800 Subject: [PATCH 2/2] Update publish.sh --- .kokoro/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/publish.sh b/.kokoro/publish.sh index 6cac50bd970..8515afeeea6 100755 --- a/.kokoro/publish.sh +++ b/.kokoro/publish.sh @@ -29,7 +29,7 @@ python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source / cd $(dirname $0)/.. -NPM_TOKEN=$(cat "${KOKORO_GFILE_DIR}/secret_manager/google-api-nodejs-client-npm-token") +NPM_TOKEN=$(cat "${KOKORO_GFILE_DIR}/secret_manager/google-cloud-node-npm-token-1") printf "//wombat-dressing-room.appspot.com/:_authToken=${NPM_TOKEN}\nregistry=https://wombat-dressing-room.appspot.com" > ~/.npmrc npx @google-cloud/mono-repo-publish --pr-url="${AUTORELEASE_PR}"