Skip to content

Commit

Permalink
BFD-3270: Rotation of GitHub PATs for Contract Transition (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaishalicms authored Apr 15, 2024
1 parent 5596b55 commit c6f0cff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void deployTerraservice(Map args = [:]) {
// to standardize on a name, otherwise whenever this PAT is updated we will need to also update
// this reference.
// TODO: Replace this with a static ID when we switch from user-PATs to bfd-release
githubTokenCredential = 'bfd-jenkins-pat-bcruz'
githubTokenCredential = 'bfd-jenkins-vaish-ch'
withCredentials([usernamePassword(
credentialsId: githubTokenCredential,
usernameVariable: 'GITHUB_USERNAME',
Expand Down

0 comments on commit c6f0cff

Please sign in to comment.