Skip to content

Commit

Permalink
feat: add path for secret GITLAB_API_TOKEN (#7)
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 722e1a2 commit 7b604f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-windowbuilder.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ orgs.newOrg('eclipse-windowbuilder') {
],
secrets+: [
orgs.newOrgSecret('GITLAB_API_TOKEN') {
value: "********",
value: "pass:bots/tools.windowbuilder/gitlab.eclipse.org/api-token",
},
],
_repositories+:: [
Expand Down

0 comments on commit 7b604f5

Please sign in to comment.