Skip to content

Commit 4c23914

Browse files
Update Jenkinsfile to use correct credentials ID for GITHUB_TOKEN
1 parent 0273b6b commit 4c23914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pipeline {
22
agent any
33

44
environment {
5-
GITHUB_TOKEN = credentials('codeql-wrapper-token')
5+
GITHUB_TOKEN = credentials('PAT')
66
}
77

88
stages {

0 commit comments

Comments
 (0)