Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 660f2bf

Browse files
Use username/password auth for npm snapshots
1 parent 44b4def commit 660f2bf

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
@@ -165,7 +165,8 @@ build:
165165
test-behaviour-definable-core, test-behaviour-definable-cluster
166166
]
167167
command: |
168-
export DEPLOY_NPM_TOKEN=$REPO_VATICLE_NPM_TOKEN
168+
export DEPLOY_NPM_USERNAME=$REPO_VATICLE_USERNAME
169+
export DEPLOY_NPM_PASSWORD=$REPO_VATICLE_PASSWORD
169170
bazel run --define version=$(git rev-parse HEAD) //:deploy-npm -- snapshot
170171
test-deployment-npm:
171172
filter:

0 commit comments

Comments
 (0)