From 3ffaa885331e2ebf858c36bb440d04ceefbd7041 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:29:18 -0700 Subject: [PATCH] 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 c8b81d7a7f..6cac50bd97 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/repo_automation_bots_npm_publish_token") +NPM_TOKEN=$(cat "${KOKORO_GFILE_DIR}/secret_manager/google-api-nodejs-client-npm-token") 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}"