Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Sep 22, 2024
1 parent dfe618d commit c22f82d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .jenkins/Jenkinsfile_LINUX
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ withCredentials([string(credentialsId: 'PIPELINES_REPO', variable: 'checkout_url
[
$class: 'GitSCMSource',
remote: checkout_url,
credentialsId: 'CHECKOUT_TOKEN'
credentialsId: 'GITHUB_ACCESS_TOKEN'
]
)
)
Expand Down
2 changes: 1 addition & 1 deletion .jenkins/Jenkinsfile_WINDOWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ withCredentials([string(credentialsId: 'PIPELINES_REPO', variable: 'checkout_url
[
$class: 'GitSCMSource',
remote: checkout_url,
credentialsId: 'CHECKOUT_TOKEN'
credentialsId: 'GITHUB_ACCESS_TOKEN'
]
)
)
Expand Down

0 comments on commit c22f82d

Please sign in to comment.