Skip to content

Commit aa67869

Browse files
committed
HADOOP-17582. Replace GitHub App Token with GitHub OAuth token (#2766)
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org> (cherry picked from commit 2b62b12)
1 parent 0231191 commit aa67869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pipeline {
6161
stage ('precommit-run') {
6262
steps {
6363
withCredentials(
64-
[usernamePassword(credentialsId: '683f5dcf-5552-4b28-9fb1-6a6b77cf53dd',
64+
[usernamePassword(credentialsId: 'apache-hadoop-at-github.com',
6565
passwordVariable: 'GITHUB_TOKEN',
6666
usernameVariable: 'GITHUB_USER')]) {
6767
sh '''#!/usr/bin/env bash

0 commit comments

Comments
 (0)