diff options
author | Daniil Baturin <daniil@baturin.org> | 2022-11-03 13:08:15 +0000 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2022-11-03 13:09:00 +0000 |
commit | 5ca6ee4d7cbb13c6f2a28d070bb55c47d019bf47 (patch) | |
tree | a307ae0984aad3002b1090c4e9b1e4cb4584d71b /Jenkinsfile | |
parent | ded4533d253aa51832a799d87443ace7b8c18bb4 (diff) | |
download | vyos-build-5ca6ee4d7cbb13c6f2a28d070bb55c47d019bf47.tar.gz vyos-build-5ca6ee4d7cbb13c6f2a28d070bb55c47d019bf47.zip |
Use a dedicated GitHub token for triggering vyos.net builds
for nightly build page updates
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 80b97c16..9d6e6539 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -176,7 +176,7 @@ pipeline { // Trigger GitHub action which will re-build the static community website which // also holds the AWS download links to the generated ISO images - withCredentials([string(credentialsId: 'GitHub-API-Token', variable: 'TOKEN')]) { + withCredentials([string(credentialsId: 'vyos.net-build-trigger-token', variable: 'TOKEN')]) { sh ''' curl -X POST --header "Accept: application/vnd.github.v3+json" \ --header "authorization: Bearer $TOKEN" --data '{"ref": "production"}' \ |