diff --git a/Jenkinsfile b/Jenkinsfile index ff1da0c7..33a40989 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { } environment { - NODE_AUTH_TOKEN = ${ GITHUB_BASTION_PAT } + NODE_AUTH_TOKEN = "${ GITHUB_BASTION_PAT }"" } steps {