update secret token name

This commit is contained in:
Michael Shaw 2022-12-20 14:53:07 -05:00
parent 0350a656f1
commit 53cad4b1ce

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
sh 'yarn'
sh 'yarn build'
sh 'npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/'
sh 'npm config set -- "//git.vdb.to/api/packages/cerc-io/npm/:_authToken" "${ GITEA_PUBLISH_TOKEN }"'
sh 'npm config set -- "//git.vdb.to/api/packages/cerc-io/npm/:_authToken" "${ GITEA_JENKINS_PUBLISH }"'
sh 'lerna publish from-package --no-git-tag-version --yes'
}
}