Skip to content

Commit f0606af

Browse files
sofislBenjamin E. Coe
andauthored
build: switch publication to keystore (#3707)
* build: switch to keystore for additional security Co-authored-by: Benjamin E. Coe <bencoe@google.com>
1 parent 7c1bac8 commit f0606af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)