Skip to content

Commit

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

0 comments on commit a1b1b91

Please sign in to comment.