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}" 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" } } }