diff --git a/Jenkinsfile b/Jenkinsfile index 6a4a6790..ff1da0c7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,6 +9,10 @@ pipeline { } } + environment { + NODE_AUTH_TOKEN = ${ GITHUB_BASTION_PAT } + } + steps { sh 'yarn' sh 'yarn build'