diff --git a/Jenkinsfile b/Jenkinsfile index cd242f8..bffebbb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { environment { ORG = 'flowcommerce' - NPM_TOKEN = credentials('jenkins-npm-automation-token') + NPM_TOKEN = credentials('jenkins-npm-bypass-2fa-token') } stages { @@ -35,7 +35,7 @@ pipeline { stage('Lint') { environment { - NPM_TOKEN = credentials('jenkins-npm-automation-token') + NPM_TOKEN = credentials('jenkins-npm-bypass-2fa-token') } steps { container('nodejs') {