Skip to content

Commit

Permalink
Update OSRFCredentials.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero authored Nov 21, 2024
1 parent 2690770 commit f31f8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/_configs_/OSRFCredentials.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class OSRFCredentials
if (credential_keyword == 'OSRFBUILD_GITHUB_TOKEN') {
usernamePassword('OSRFBUILD_USER',
'OSRFBUILD_TOKEN',
'github-osrfbuild-credentials')
'github-osrfbuild-apitoken')
} else if (credential_keyword == 'OSRFBUILD_JENKINS_TOKEN') {
usernamePassword('OSRFBUILD_JENKINS_USER',
'OSRFBUILD_JENKINS_TOKEN',
Expand Down

0 comments on commit f31f8b4

Please sign in to comment.