Skip to content

Commit

Permalink
Updating file 'otterdog/eclipse-hawkbit.jsonnet' with otterdog. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkbit-bot authored Oct 7, 2024
1 parent d2966bc commit 3869f90
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions otterdog/eclipse-hawkbit.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,19 @@ orgs.newOrg('eclipse-hawkbit') {
orgs.newRepoSecret('PAT_SECRET') {
value: "********",
},
orgs.newRepoSecret('SONAR_TOKEN') {
value: "pass:cbi-pass/bots/iot.hawkbit/sonarcloud.io/token-hawkbit",
},
],
variables: [
orgs.newRepoVariable('SONAR_ORGANIZATION') {
value: "eclipse-hawkbit",
},
orgs.newRepoVariable('SONAR_PROJECT_KEY') {
value: "eclipse-hawkbit_hawkbit",
},
],

},
orgs.newRepo('hawkbit-clients-golang') {
allow_merge_commit: true,
Expand Down

0 comments on commit 3869f90

Please sign in to comment.