From 75e54547ae5ceeefaaa0a4d9e9489473a945ed9c Mon Sep 17 00:00:00 2001 From: Nitin <45592624+nitin-vavdiya@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:36:13 +0530 Subject: [PATCH] feat: GitHub page enabled for SSI DIM wallet stub application to publish charts (#101) --- otterdog/eclipse-tractusx.jsonnet | 3 +++ 1 file changed, 3 insertions(+) diff --git a/otterdog/eclipse-tractusx.jsonnet b/otterdog/eclipse-tractusx.jsonnet index d8f3617..a81b9f6 100644 --- a/otterdog/eclipse-tractusx.jsonnet +++ b/otterdog/eclipse-tractusx.jsonnet @@ -1506,6 +1506,9 @@ orgs.newOrg('eclipse-tractusx') { has_discussions: true, private_vulnerability_reporting_enabled: true, web_commit_signoff_required: false, + gh_pages_build_type: "legacy", + gh_pages_source_branch: "gh-pages", + gh_pages_source_path: "/", workflows+: { default_workflow_permissions: "read", },