Skip to content

Commit

Permalink
feat: add PLATJDT_BOT_PAT (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
heurtematte authored Sep 26, 2024
1 parent dd3ab3e commit c7363ca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions otterdog/eclipse-jdt.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ orgs.newOrg('eclipse-jdt') {
requires_strict_status_checks: true,
},
],
secrets: [
orgs.newRepoSecret('JDT_BOT_PAT') {
value: "pass:bots/eclipse.jdt/github.com/token-hd5020",
},
],
},
orgs.newRepo('eclipse.jdt.core.binaries') {
default_branch: "master",
Expand Down Expand Up @@ -119,6 +124,11 @@ orgs.newOrg('eclipse-jdt') {
requires_strict_status_checks: true,
},
],
secrets: [
orgs.newRepoSecret('JDT_BOT_PAT') {
value: "pass:bots/eclipse.jdt/github.com/token-hd5020",
},
],
},
orgs.newRepo('eclipse.jdt.ui') {
allow_merge_commit: false,
Expand All @@ -142,6 +152,11 @@ orgs.newOrg('eclipse-jdt') {
requires_strict_status_checks: true,
},
],
secrets: [
orgs.newRepoSecret('JDT_BOT_PAT') {
value: "pass:bots/eclipse.jdt/github.com/token-hd5020",
},
],
},
orgs.newRepo('jdt-website') {
allow_merge_commit: true,
Expand Down

0 comments on commit c7363ca

Please sign in to comment.