Skip to content

Commit

Permalink
feat: add GITLAB_API_TOKEN (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
heurtematte authored Jul 15, 2024
1 parent e4a8790 commit 67502a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions otterdog/eclipse-cdt.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ orgs.newOrg('eclipse-cdt') {
],
},
],
secrets+: [
orgs.newOrgSecret('GITLAB_API_TOKEN') {
value: "pass:bots/tools.cdt/gitlab.eclipse.org/api-token",
},
],
_repositories+:: [
orgs.newRepo('.github') {
allow_merge_commit: true,
Expand Down

0 comments on commit 67502a0

Please sign in to comment.