Skip to content

Commit

Permalink
Prepare config for codecov secret (#4)
Browse files Browse the repository at this point in the history
* Prepare config for codecov secret

* Update eclipse-iceoryx.jsonnet

Signed-off-by: Thomas Neidhart <[email protected]>

---------

Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
elBoberido and netomi authored Apr 15, 2024
1 parent 8d2c334 commit ff69747
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions otterdog/eclipse-iceoryx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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",
},
],
},
],
}

0 comments on commit ff69747

Please sign in to comment.