GITHUB PAT until fully publishing all vulcanize dependencies to gitea

This commit is contained in:
Michael Shaw 2022-12-21 14:12:39 -05:00
parent c7bb6e6b8c
commit 6a3f6ad95f

4
Jenkinsfile vendored
View File

@ -9,6 +9,10 @@ pipeline {
}
}
environment {
NODE_AUTH_TOKEN = ${ GITHUB_BASTION_PAT }
}
steps {
sh 'yarn'
sh 'yarn build'