Skip to content

Commit bc50f0c

Browse files
committed
Add PLATFORM_BOT_PAT to eclipse.platform.releng.aggregator repository
Required for - eclipse-platform/eclipse.platform.releng.aggregator#2991 Related to - https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/5020
1 parent 02650d7 commit bc50f0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

otterdog/eclipse-platform.jsonnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ orgs.newOrg('eclipse.platform', 'eclipse-platform') {
213213
orgs.newRepoSecret('RELENG_BOT_PAT') {
214214
value: "pass:bots/eclipse.platform.releng/github.com/token-hd4925",
215215
},
216+
orgs.newRepoSecret('PLATFORM_BOT_PAT') {
217+
value: "pass:bots/eclipse.platform/github.com/token-hd5020",
218+
},
216219
],
217220
branch_protection_rules: [
218221
orgs.newBranchProtectionRule('master') {

0 commit comments

Comments
 (0)