quotes needed

This commit is contained in:
Michael Shaw 2022-12-21 15:05:08 -05:00
parent b8e1c7c290
commit 8abcf7efc1

2
Jenkinsfile vendored
View File

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