Skip to content

Commit

Permalink
chore: add bpdm-upload-tool repository (#72)
Browse files Browse the repository at this point in the history
Enabled GitHub Pages for the new repository

Signed-off-by: Gábor Almádi <[email protected]>
  • Loading branch information
almadigabor authored Apr 19, 2024
1 parent 6b8452b commit e37717a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,28 @@ orgs.newOrg('eclipse-tractusx') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('bpdm-upload-tool') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
has_discussions: true,
private_vulnerability_reporting_enabled: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
"gh-pages"
],
deployment_branch_policy: "selected",
},
],
},
orgs.newRepo('bpn-did-resolution-service') {
delete_branch_on_merge: false,
allow_merge_commit: true,
Expand Down

0 comments on commit e37717a

Please sign in to comment.