From 9063ac9c5719d94032cc086ef89144d1cf02cf90 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot <110488397+eclipse-tractusx-bot@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:58:17 +0200 Subject: [PATCH] Updating file 'otterdog/eclipse-tractusx.jsonnet' with otterdog. (#102) --- otterdog/eclipse-tractusx.jsonnet | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/otterdog/eclipse-tractusx.jsonnet b/otterdog/eclipse-tractusx.jsonnet index a81b9f6..d940128 100644 --- a/otterdog/eclipse-tractusx.jsonnet +++ b/otterdog/eclipse-tractusx.jsonnet @@ -1512,6 +1512,19 @@ orgs.newOrg('eclipse-tractusx') { workflows+: { default_workflow_permissions: "read", }, + secrets: [ + orgs.newRepoSecret('SONAR_TOKEN') { + value: "pass:bots/automotive.tractusx/sonarcloud.io/token-ssi-dim-wallet-stub", + }, + ], + variables: [ + orgs.newRepoVariable('SONAR_ORGANIZATION') { + value: "eclipse-tractusx", + }, + orgs.newRepoVariable('SONAR_PROJECT_KEY') { + value: "eclipse-tractusx_ssi-dim-wallet-stub", + }, + ], }, ], }