Skip to content

Commit e8a2092

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents d2d3950 + f0606af commit e8a2092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/release/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export NPM_CONFIG_PREFIX=/home/node/.npm-global
3030
# Start the releasetool reporter
3131
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
3232

33-
NPM_TOKEN=$(cat "${KOKORO_GFILE_DIR}/secret_manager/repo_automation_bots_npm_publish_token")
33+
NPM_TOKEN=$(cat $KOKORO_KEYSTORE_DIR/73713_google-cloud-node-npm-token-1)
3434
echo "//wombat-dressing-room.appspot.com/:_authToken=${NPM_TOKEN}" > ~/.npmrc
3535

3636
SCRIPT=$(realpath $(dirname $0)/./publish-single.sh)

0 commit comments

Comments
 (0)