diff --git a/ops/jenkins/global-pipeline-libraries/vars/terraform.groovy b/ops/jenkins/global-pipeline-libraries/vars/terraform.groovy index c3d534f2d9..b599f27607 100644 --- a/ops/jenkins/global-pipeline-libraries/vars/terraform.groovy +++ b/ops/jenkins/global-pipeline-libraries/vars/terraform.groovy @@ -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',