Skip to content

Commit

Permalink
Updating file 'otterdog/eclipse-tractusx.jsonnet' with otterdog.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-tractusx-bot committed Mar 7, 2024
1 parent 2f9795c commit 7c5b8cf
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 @@ -1010,6 +1010,19 @@ orgs.newOrg('eclipse-tractusx') {
orgs.newRepo('ssi-authority-schema-registry') {
},
orgs.newRepo('ssi-credential-issuer') {
secrets: [
orgs.newRepoSecret('SONAR_TOKEN') {
value: "pass:bots/automotive.tractusx/sonarcloud.io/token-ssi-credential-issuer",
},
],
variables: [
orgs.newRepoVariable('SONAR_ORGANIZATION') {
value: "eclipse-tractusx",
},
orgs.newRepoVariable('SONAR_PROJECT_KEY') {
value: "eclipse-tractusx_ssi-credential-issuer",
},
],
},
orgs.newRepo('ssi-docu') {
allow_merge_commit: true,
Expand Down

0 comments on commit 7c5b8cf

Please sign in to comment.