We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1bac8 commit f0606afCopy full SHA for f0606af
1 file changed
.kokoro/release/publish.sh
@@ -30,7 +30,7 @@ export NPM_CONFIG_PREFIX=/home/node/.npm-global
30
# Start the releasetool reporter
31
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
32
33
-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)
34
echo "//wombat-dressing-room.appspot.com/:_authToken=${NPM_TOKEN}" > ~/.npmrc
35
36
SCRIPT=$(realpath $(dirname $0)/./publish-single.sh)
0 commit comments