From 3869f90b4e766926c6e6e78c90f0311b73004d57 Mon Sep 17 00:00:00 2001 From: hawkbit-bot <37907484+hawkbit-bot@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:12:29 +0200 Subject: [PATCH] Updating file 'otterdog/eclipse-hawkbit.jsonnet' with otterdog. (#2) --- otterdog/eclipse-hawkbit.jsonnet | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/otterdog/eclipse-hawkbit.jsonnet b/otterdog/eclipse-hawkbit.jsonnet index 073a3d6..cb77a00 100644 --- a/otterdog/eclipse-hawkbit.jsonnet +++ b/otterdog/eclipse-hawkbit.jsonnet @@ -39,7 +39,19 @@ orgs.newOrg('eclipse-hawkbit') { orgs.newRepoSecret('PAT_SECRET') { value: "********", }, + orgs.newRepoSecret('SONAR_TOKEN') { + value: "pass:cbi-pass/bots/iot.hawkbit/sonarcloud.io/token-hawkbit", + }, ], + variables: [ + orgs.newRepoVariable('SONAR_ORGANIZATION') { + value: "eclipse-hawkbit", + }, + orgs.newRepoVariable('SONAR_PROJECT_KEY') { + value: "eclipse-hawkbit_hawkbit", + }, + ], + }, orgs.newRepo('hawkbit-clients-golang') { allow_merge_commit: true,