Skip to content

Commit

Permalink
update config after repo transfer for jetty.website
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-jetty-bot committed May 8, 2024
1 parent 4de3265 commit 40682da
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions otterdog/jetty.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -331,5 +331,27 @@ orgs.newOrg('jetty') {
},
],
},
orgs.newRepo('jetty.website') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
gh_pages_build_type: "workflow",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
secrets: [
orgs.newRepoSecret('RELEASE_TOKEN') {
value: "********",
},
],
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
"main"
],
deployment_branch_policy: "selected",
},
],
},
],
}

0 comments on commit 40682da

Please sign in to comment.