Skip to content

Commit 80aefb1

Browse files
authored
feat: add EQUINOX_BOT_PAT (#1)
Related to https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/5020 Signed-off-by: sebastien.heurtematte <[email protected]>
1 parent a4dd1ef commit 80aefb1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

otterdog/eclipse-equinox.jsonnet

+8
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ orgs.newOrg('eclipse-equinox') {
5050
orgs.newRepoSecret('GIST_TOKEN') {
5151
value: "********",
5252
},
53+
orgs.newRepoSecret('EQUINOX_BOT_PAT') {
54+
value: "pass:bots/eclipse.equinox/github.com/token-hd5020",
55+
},
5356
],
5457
},
5558
orgs.newRepo('equinox-website') {
@@ -162,6 +165,11 @@ orgs.newOrg('eclipse-equinox') {
162165
requires_strict_status_checks: true,
163166
},
164167
],
168+
secrets: [
169+
orgs.newRepoSecret('EQUINOX_BOT_PAT') {
170+
value: "pass:bots/eclipse.equinox/github.com/token-hd5020",
171+
},
172+
],
165173
},
166174
],
167175
}

0 commit comments

Comments
 (0)