Skip to content

Commit 7a639d1

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 1f8d39b commit 7a639d1

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
@@ -212,6 +212,9 @@ orgs.newOrg('eclipse.platform', 'eclipse-platform') {
212212
orgs.newRepoSecret('RELENG_BOT_PAT') {
213213
value: "pass:bots/eclipse.platform.releng/github.com/token-hd4925",
214214
},
215+
orgs.newRepoSecret('PLATFORM_BOT_PAT') {
216+
value: "pass:bots/eclipse.platform/github.com/token-hd5020",
217+
},
215218
],
216219
branch_protection_rules: [
217220
orgs.newBranchProtectionRule('master') {

0 commit comments

Comments
 (0)