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 <[email protected]>
  • Loading branch information
laeubi authored Feb 10, 2024
1 parent 6e2c69a commit 4136455
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 @@ -68,6 +68,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 4136455

Please sign in to comment.