diff --git a/otterdog/eclipse-tractusx.jsonnet b/otterdog/eclipse-tractusx.jsonnet index 8b249e7..59f14b4 100644 --- a/otterdog/eclipse-tractusx.jsonnet +++ b/otterdog/eclipse-tractusx.jsonnet @@ -1233,6 +1233,9 @@ orgs.newOrg('eclipse-tractusx') { orgs.newRepoSecret('TRACE_X_USER_PW') { value: "********", }, + orgs.newRepoSecret('TRACE_X_API_KEY_ASSOCIATION_INT') { + value: "pass:bots/automotive.tractusx/github.com/TRACE_X_API_KEY_ASSOCIATION_INT-secret", + }, ], variables: [ orgs.newRepoVariable('SONAR_ORGANIZATION') {