From 299ec3f81eb69de0ea958114c5b5a9e02a49e42a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Alm=C3=A1di?= <47537664+almadigabor@users.noreply.github.com> Date: Tue, 7 Nov 2023 09:59:48 +0100 Subject: [PATCH] chore: add gh-pages to managed-identity-wallet repo (#41) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Almádi <47537664+almadigabor@users.noreply.github.com> --- otterdog/eclipse-tractusx.jsonnet | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/otterdog/eclipse-tractusx.jsonnet b/otterdog/eclipse-tractusx.jsonnet index 8adc7c3..4185321 100644 --- a/otterdog/eclipse-tractusx.jsonnet +++ b/otterdog/eclipse-tractusx.jsonnet @@ -349,10 +349,21 @@ orgs.newOrg('eclipse-tractusx') { allow_update_branch: false, delete_branch_on_merge: false, has_discussions: true, + gh_pages_build_type: "legacy", + gh_pages_source_branch: "gh-pages", + gh_pages_source_path: "/", 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('managed-identity-wallets-archived') { allow_merge_commit: true,