Skip to content

Commit 3ae42f7

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

otterdog/eclipse-pde.jsonnet

+5
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ orgs.newOrg('eclipse-pde') {
5454
requires_strict_status_checks: true,
5555
},
5656
],
57+
secrets: [
58+
orgs.newRepoSecret('PDE_BOT_PAT') {
59+
value: "pass:bots/eclipse.pde/github.com/token-hd5020",
60+
},
61+
],
5762
},
5863
orgs.newRepo('eclipse.pde.build') {
5964
default_branch: "master",

0 commit comments

Comments
 (0)