Skip to content

Commit

Permalink
update config with manually added secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-tractusx-bot committed Jun 19, 2024
1 parent 3567f38 commit 8f1905a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,12 @@ orgs.newOrg('eclipse-tractusx') {
orgs.newRepoSecret('DEV_REGULAR_USER_API_KEY') {
value: "********",
},
orgs.newRepoSecret('INT_ADMIN_USER_API_KEY') {
value: "********",
},
orgs.newRepoSecret('INT_REGULAR_USER_API_KEY') {
value: "********",
},
orgs.newRepoSecret('IRS_CUCUMBER_PUBLISH_TOKEN') {
value: "********",
},
Expand Down

0 comments on commit 8f1905a

Please sign in to comment.