Skip to content

Commit 6144daa

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otterdog/eclipse-wildwebdeveloper.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ orgs.newOrg('eclipse-wildwebdeveloper') {
3737
],
3838
secrets: [
3939
orgs.newRepoSecret('GITLAB_API_TOKEN') {
40-
value: "********",
40+
value: "pass:bots/tools.wildwebdeveloper/gitlab.eclipse.org/api-token",
4141
},
4242
],
4343
},

0 commit comments

Comments
 (0)