Skip to content

Commit

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

0 comments on commit 6144daa

Please sign in to comment.