Skip to content

Commit 9ca3772

Browse files
NPM snapshot deployment uses username/password
1 parent 430099a commit 9ca3772

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.factory/automation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ build:
6363
branch: master
6464
image: vaticle-ubuntu-20.04
6565
command: |
66-
export DEPLOY_NPM_TOKEN=$REPO_VATICLE_NPM_TOKEN
66+
export DEPLOY_NPM_USERNAME=$REPO_VATICLE_USERNAME
67+
export DEPLOY_NPM_PASSWORD=$REPO_VATICLE_PASSWORD
6768
bazel run --define version=$(git rev-parse HEAD) //grpc/nodejs:deploy-npm -- snapshot
6869
dependencies: [build, build-dependency]
6970
deploy-pip-snapshot:

0 commit comments

Comments
 (0)