Skip to content

Commit

Permalink
feat: add develocity secrets (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
  • Loading branch information
heurtematte authored Aug 9, 2024
1 parent abd30db commit 6fbb927
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otterdog/eclipse-cbi.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ orgs.newOrg('eclipse-cbi') {
value: "pass:bots/technology.cbi/gitlab.eclipse.org/api-token",
visibility: "selected",
},
orgs.newOrgSecret('DEVELOCITY_ACCESS_KEY') {
value: "pass:bots/technology.cbi/develocity.eclipse.org/gh-api-token",
},
],
_repositories+:: [
orgs.newRepo('.github') {
Expand Down

0 comments on commit 6fbb927

Please sign in to comment.