diff --git a/otterdog/eclipse-4diac.jsonnet b/otterdog/eclipse-4diac.jsonnet index 9e61b8d..1529fd8 100644 --- a/otterdog/eclipse-4diac.jsonnet +++ b/otterdog/eclipse-4diac.jsonnet @@ -39,7 +39,6 @@ orgs.newOrg('eclipse-4diac') { allow_update_branch: false, default_branch: "release", delete_branch_on_merge: false, - secret_scanning_push_protection: "disabled", web_commit_signoff_required: false, }, orgs.newRepo('4diac-fortebuildcontainer') { @@ -53,7 +52,6 @@ orgs.newOrg('eclipse-4diac') { allow_update_branch: false, default_branch: "release", delete_branch_on_merge: false, - secret_scanning_push_protection: "disabled", web_commit_signoff_required: false, }, orgs.newRepo('4diac-toolchain') {