Skip to content

Commit

Permalink
Fix cesmarvin
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeuffer committed Dec 1, 2022
1 parent 73085d8 commit 10fdb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pipeline {
}
steps {
sh "yarn install"
withCredentials([usernamePassword(credentialsId: 'cesmarvin-github', passwordVariable: 'GITHUB_API_TOKEN', usernameVariable: 'GITHUB_ACCOUNT')]) {
withCredentials([usernamePassword(credentialsId: 'cesmarvin', passwordVariable: 'GITHUB_API_TOKEN', usernameVariable: 'GITHUB_ACCOUNT')]) {
sh "yarn run collect-content"
}
withEnv(["SITE_URL=${siteUrl}"]) {
Expand Down

0 comments on commit 10fdb17

Please sign in to comment.