From ff69747e683e0e093cbd7bb20481f25701d814b7 Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Mon, 15 Apr 2024 20:49:48 +0200 Subject: [PATCH] Prepare config for codecov secret (#4) * Prepare config for codecov secret * Update eclipse-iceoryx.jsonnet Signed-off-by: Thomas Neidhart --------- Signed-off-by: Thomas Neidhart Co-authored-by: Thomas Neidhart --- otterdog/eclipse-iceoryx.jsonnet | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/otterdog/eclipse-iceoryx.jsonnet b/otterdog/eclipse-iceoryx.jsonnet index 58105f1..d1d39ae 100644 --- a/otterdog/eclipse-iceoryx.jsonnet +++ b/otterdog/eclipse-iceoryx.jsonnet @@ -78,6 +78,11 @@ orgs.newOrg('eclipse-iceoryx') { requires_strict_status_checks: true, }, ], + secrets: [ + orgs.newRepoSecret('CODECOV_TOKEN') { + value: "pass:bots/technology.iceoryx/codecov.io/iceoryx-upload-token", + }, + ], }, orgs.newRepo('iceoryx-automotive-soa') { allow_merge_commit: true, @@ -142,6 +147,11 @@ orgs.newOrg('eclipse-iceoryx') { requires_strict_status_checks: true, }, ], + secrets: [ + orgs.newRepoSecret('CODECOV_TOKEN') { + value: "pass:bots/technology.iceoryx/codecov.io/iceoryx-rs-upload-token", + }, + ], }, orgs.newRepo('iceoryx-web') { allow_merge_commit: true, @@ -212,6 +222,11 @@ orgs.newOrg('eclipse-iceoryx') { requires_strict_status_checks: true, }, ], + secrets: [ + orgs.newRepoSecret('CODECOV_TOKEN') { + value: "pass:bots/technology.iceoryx/codecov.io/iceoryx2-upload-token", + }, + ], }, ], }