diff --git a/.kokoro/release/publish.sh b/.kokoro/release/publish.sh index 1888a6f7622c..b0f04ccc18e0 100755 --- a/.kokoro/release/publish.sh +++ b/.kokoro/release/publish.sh @@ -30,7 +30,7 @@ export NPM_CONFIG_PREFIX=/home/node/.npm-global # Start the releasetool reporter python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script -NPM_TOKEN=$(cat "${KOKORO_GFILE_DIR}/secret_manager/repo_automation_bots_npm_publish_token") +NPM_TOKEN=$(cat $KOKORO_KEYSTORE_DIR/73713_google-cloud-node-npm-token-1) echo "//wombat-dressing-room.appspot.com/:_authToken=${NPM_TOKEN}" > ~/.npmrc SCRIPT=$(realpath $(dirname $0)/./publish-single.sh)