Skip to content

Commit

Permalink
Create a Secret with PAT for backport
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
  • Loading branch information
laeubi authored and netomi committed Feb 21, 2024
1 parent af25b23 commit cdec7de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otterdog/eclipse-tycho.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ orgs.newOrg('eclipse-tycho') {
orgs.newRepoSecret('TYCHO_SITE_PAT') {
value: "********",
},
orgs.newRepoSecret('TYCHO_BACKPORT_PAT') {
value: "********",
},
],
rulesets: [
orgs.newRepoRuleset('release-branches') {
Expand Down

0 comments on commit cdec7de

Please sign in to comment.