From 5ca6ee4d7cbb13c6f2a28d070bb55c47d019bf47 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 3 Nov 2022 13:08:15 +0000 Subject: Use a dedicated GitHub token for triggering vyos.net builds for nightly build page updates --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jenkinsfile') 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"}' \ -- cgit v1.2.3