From 6a3f6ad95f73ca7ff50300f4f55ac02c00f6cc9c Mon Sep 17 00:00:00 2001 From: Michael Shaw Date: Wed, 21 Dec 2022 14:12:39 -0500 Subject: [PATCH] GITHUB PAT until fully publishing all vulcanize dependencies to gitea --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) 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'