Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
[TASK] Use neutral name github-token for credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenKing committed Jan 29, 2017
1 parent 80200c5 commit f5d138d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/typo3/chefci/v2/stages/Publish.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class Publish extends AbstractStage {
def newVersion = script.readFile('VERSION')

// TODO
def credentialsId = 'github-chefcitypo3org-token'
def credentialsId = 'github-token'
script.withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: credentialsId, usernameVariable: 'GIT_USERNAME', passwordVariable: 'GIT_PASSWORD']]) {
// this was the coolest way to not store the password that I found
// http://stackoverflow.com/questions/33570075/tag-a-repo-from-a-jenkins-workflow-script
Expand Down

0 comments on commit f5d138d

Please sign in to comment.