Skip to content

Commit

Permalink
update jenkins release flow github token
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Apr 19, 2019
1 parent 8df5355 commit cc36910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pipeline {
}
environment {
GITHUB_USER = 'vapor-ware'
GITHUB_TOKEN = credentials('1de2c61b-4188-478b-bc65-42b0df860163')
GITHUB_TOKEN = credentials('vio-bot-gh-token')
GITHUB_REPONAME = 'kubetest'
}
steps {
Expand All @@ -70,4 +70,4 @@ pipeline {
}
}
}
}
}

0 comments on commit cc36910

Please sign in to comment.