Skip to content

Commit

Permalink
feat: add EQUINOX_BOT_PAT (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
heurtematte authored Sep 26, 2024
1 parent a4dd1ef commit 80aefb1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions otterdog/eclipse-equinox.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ orgs.newOrg('eclipse-equinox') {
orgs.newRepoSecret('GIST_TOKEN') {
value: "********",
},
orgs.newRepoSecret('EQUINOX_BOT_PAT') {
value: "pass:bots/eclipse.equinox/github.com/token-hd5020",
},
],
},
orgs.newRepo('equinox-website') {
Expand Down Expand Up @@ -162,6 +165,11 @@ orgs.newOrg('eclipse-equinox') {
requires_strict_status_checks: true,
},
],
secrets: [
orgs.newRepoSecret('EQUINOX_BOT_PAT') {
value: "pass:bots/eclipse.equinox/github.com/token-hd5020",
},
],
},
],
}

0 comments on commit 80aefb1

Please sign in to comment.