Skip to content

Commit

Permalink
Updating file 'otterdog/eclipse-tractusx.jsonnet' with otterdog. (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
heurtematte authored Jun 16, 2024
1 parent 49ff36f commit 0f9f5e2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,19 @@ orgs.newOrg('eclipse-tractusx') {
requires_strict_status_checks: true,
},
],
secrets: [
orgs.newRepoSecret('SONAR_TOKEN') {
value: "pass:bots/automotive.tractusx/sonarcloud.io/token-ssi-authority-schema-registry",
},
],
variables: [
orgs.newRepoVariable('SONAR_ORGANIZATION') {
value: "eclipse-tractusx",
},
orgs.newRepoVariable('SONAR_PROJECT_KEY') {
value: "eclipse-tractusx_ssi-authority-schema-registry",
},
],
},
orgs.newRepo('ssi-credential-issuer') {
allow_merge_commit: true,
Expand Down

0 comments on commit 0f9f5e2

Please sign in to comment.