Skip to content

Commit

Permalink
Updating file 'otterdog/eclipse-tractusx.jsonnet' with otterdog. (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-tractusx-bot authored Sep 18, 2024
1 parent 75e5454 commit 9063ac9
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 @@ -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",
},
],
},
],
}

0 comments on commit 9063ac9

Please sign in to comment.