Skip to content

Commit 5fcc075

Browse files
committed
[None][infra] update github token name
Signed-off-by: Yiteng Niu <[email protected]>
1 parent 23717cd commit 5fcc075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins/L0_MergeRequest.groovy

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

0 commit comments

Comments
 (0)