Skip to content

Commit

Permalink
manually add some more secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-tractusx-bot committed Jun 17, 2024
1 parent accab92 commit 3567f38
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,15 @@ orgs.newOrg('eclipse-tractusx') {
default_workflow_permissions: "write",
},
secrets: [
orgs.newRepoSecret('E2E_TXA_HOST') {
value: "********",
},
orgs.newRepoSecret('E2E_TXB_HOST') {
value: "********",
},
orgs.newRepoSecret('KEYCLOAK_HOST') {
value: "********",
},
orgs.newRepoSecret('ORG_IRS_JIRA_PASSWORD') {
value: "********",
},
Expand All @@ -1199,6 +1208,12 @@ orgs.newOrg('eclipse-tractusx') {
orgs.newRepoSecret('SONAR_TOKEN_FRONTEND') {
value: "********",
},
orgs.newRepoSecret('SUPERVISOR_CLIENT_ID') {
value: "********",
},
orgs.newRepoSecret('SUPERVISOR_PASSWORD') {
value: "********",
},
orgs.newRepoSecret('TRACE_X_ADMIN_LOGIN') {
value: "********",
},
Expand Down

0 comments on commit 3567f38

Please sign in to comment.