Skip to content

Commit dc743b3

Browse files
committed
fix name of GitHub token env var
1 parent 4107a8c commit dc743b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
def githubApiTokenCredentialsId = 'docs-robot-api-key'
44

5-
def githubApiTokenCredentials = string(credentialsId: githubApiTokenCredentialsId, variable: 'GITHUB_API_TOKEN')
5+
def githubApiTokenCredentials = string(credentialsId: githubApiTokenCredentialsId, variable: 'GITHUB_TOKEN')
66

77
// Jenkins job configuration
88
// -------------------------

0 commit comments

Comments
 (0)