diff --git a/otterdog/eclipse-tractusx.jsonnet b/otterdog/eclipse-tractusx.jsonnet index f04341b..0fee465 100644 --- a/otterdog/eclipse-tractusx.jsonnet +++ b/otterdog/eclipse-tractusx.jsonnet @@ -413,6 +413,12 @@ orgs.newOrg('eclipse-tractusx') { orgs.newRepoSecret('SONAR_TOKEN') { value: "********", }, + orgs.newRepoSecret('IRS_XRAY_JIRA_USER') { + value: "pass:bots/automotive.tractusx/github.com/IRS_XRAY_JIRA_USER", + }, + orgs.newRepoSecret('IRS_XRAY_JIRA_SECRET') { + value: "pass:bots/automotive.tractusx/github.com/IRS_XRAY_JIRA_SECRET", + }, ], branch_protection_rules: [ orgs.newBranchProtectionRule('main') {