Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gjanco authored May 30, 2024
1 parent b8c7bf1 commit 29a5e95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ pipeline {

environment {
GITHUB_TOKEN = credentials('github-api-token')
NPM_TOKEN = credentials('npm-publish-token')
}

steps {
Expand All @@ -125,4 +126,4 @@ pipeline {
}
}
}
}
}

0 comments on commit 29a5e95

Please sign in to comment.