quotes needed

This commit is contained in:
Michael Shaw 2022-12-21 15:04:06 -05:00
parent 6a3f6ad95f
commit b8e1c7c290

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
}
environment {
NODE_AUTH_TOKEN = ${ GITHUB_BASTION_PAT }
NODE_AUTH_TOKEN = "${ GITHUB_BASTION_PAT }""
}
steps {