Skip to content

Commit edb1667

Browse files
authored
feat: add path for secret GITLAB_API_TOKEN (#1)
Signed-off-by: sebastien.heurtematte <[email protected]>
1 parent fb0b081 commit edb1667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otterdog/eclipse-m2e.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ orgs.newOrg('eclipse-m2e') {
1313
},
1414
secrets+: [
1515
orgs.newOrgSecret('M2E_GITLAB_API_TOKEN') {
16-
value: "********",
16+
value: "pass:bots/technology.m2e/gitlab.eclipse.org/api-token",
1717
},
1818
],
1919
_repositories+:: [

0 commit comments

Comments
 (0)