Skip to content

Commit ff2ffdc

Browse files
Updating file 'otterdog/eclipse-platform.jsonnet' with otterdog. (eclipse-platform#10)
1 parent 4789da4 commit ff2ffdc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

otterdog/eclipse-platform.jsonnet

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ orgs.newOrg('eclipse-platform') {
140140
workflows+: {
141141
default_workflow_permissions: "write",
142142
},
143+
secrets: [
144+
orgs.newRepoSecret('ECLIPSE_GITLAB_API_TOKEN') {
145+
value: "pass:bots/eclipse.platform.releng/gitlab.eclipse.org/api-token",
146+
},
147+
],
143148
branch_protection_rules: [
144149
orgs.newBranchProtectionRule('master') {
145150
required_approving_review_count: 0,

0 commit comments

Comments
 (0)