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.
1 parent 430099a commit 9ca3772Copy full SHA for 9ca3772
.factory/automation.yml
@@ -63,7 +63,8 @@ build:
63
branch: master
64
image: vaticle-ubuntu-20.04
65
command: |
66
- export DEPLOY_NPM_TOKEN=$REPO_VATICLE_NPM_TOKEN
+ export DEPLOY_NPM_USERNAME=$REPO_VATICLE_USERNAME
67
+ export DEPLOY_NPM_PASSWORD=$REPO_VATICLE_PASSWORD
68
bazel run --define version=$(git rev-parse HEAD) //grpc/nodejs:deploy-npm -- snapshot
69
dependencies: [build, build-dependency]
70
deploy-pip-snapshot:
0 commit comments