Skip to content

Commit 8ed2cdc

Browse files
committed
[None][infra] update github token name
Signed-off-by: Yiteng Niu <[email protected]>
1 parent cc4aa29 commit 8ed2cdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jenkins/L0_MergeRequest.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,9 @@ def getGithubMRChangedFile(pipeline, githubPrApiUrl, function, filePath="") {
514514
def result = null
515515
def pageId = 0
516516
withCredentials([
517-
string(
518-
credentialsId: 'github-token-trtllm-ci',
519-
variable: 'GITHUB_API_TOKEN'
517+
usernamePassword(
518+
credentialsId: 'github-cred-trtllm-ci',
519+
passwordVariable: 'GITHUB_API_TOKEN'
520520
),
521521
]) {
522522
while(true) {

0 commit comments

Comments
 (0)