Skip to content

Commit

Permalink
feat: add path for secret GITLAB_API_TOKEN (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
  • Loading branch information
heurtematte authored Sep 11, 2024
1 parent fb0b081 commit edb1667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-m2e.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ orgs.newOrg('eclipse-m2e') {
},
secrets+: [
orgs.newOrgSecret('M2E_GITLAB_API_TOKEN') {
value: "********",
value: "pass:bots/technology.m2e/gitlab.eclipse.org/api-token",
},
],
_repositories+:: [
Expand Down

0 comments on commit edb1667

Please sign in to comment.