Skip to content

Commit b7af145

Browse files
authored
Update Jenkinsfile
1 parent ca5701b commit b7af145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins/Jenkinsfile

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

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

88
stages {
@@ -41,4 +41,4 @@ pipeline {
4141
archiveArtifacts artifacts: 'codeql-results/**/*', allowEmptyArchive: true
4242
}
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)