We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2d3950 + f0606af commit e8a2092Copy full SHA for e8a2092
.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