Skip to content

Commit

Permalink
Migrate to persistent CI token (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoceppi authored and edaniszewski committed Feb 1, 2019
1 parent 9b2fe3f commit d431abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ pipeline {
}
environment {
GITHUB_USER = 'vapor-ware'
GITHUB_TOKEN = credentials('1de2c61b-4188-478b-bc65-42b0df860163')
GITHUB_TOKEN = credentials('vio-bot-gh-token')
GITHUB_REPONAME = 'synse-server'
}
steps {
Expand Down

0 comments on commit d431abd

Please sign in to comment.