Skip to content

Commit

Permalink
update config to reflect live settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-tracecompass-bot committed Mar 7, 2024
1 parent c640cc7 commit b4f067a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions otterdog/eclipse-tracecompass.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ orgs.newOrg('eclipse-tracecompass') {
default_workflow_permissions: "write",
},
},
secrets+: [
orgs.newOrgSecret('ORG_GPG_PASSPHRASE') {
value: "pass:bots/tools.tracecompass/gpg/passphrase",
},
orgs.newOrgSecret('ORG_GPG_PRIVATE_KEY') {
value: "pass:bots/tools.tracecompass/gpg/secret-subkeys.asc",
},
orgs.newOrgSecret('ORG_OSSRH_PASSWORD') {
value: "pass:bots/tools.tracecompass/oss.sonatype.org/gh-token-password",
},
orgs.newOrgSecret('ORG_OSSRH_USERNAME') {
value: "pass:bots/tools.tracecompass/oss.sonatype.org/gh-token-username",
},
],
webhooks+: [
orgs.newOrgWebhook('https://ci.eclipse.org/tracecompass/github-webhook/') {
content_type: "json",
Expand All @@ -36,6 +50,8 @@ orgs.newOrg('eclipse-tracecompass') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
description: "Eclipse Trace Compass",
homepage: "https://eclipse.dev/tracecompass/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
Expand Down

0 comments on commit b4f067a

Please sign in to comment.