Skip to content

Commit

Permalink
feat: add path for secret ECLIPSE_GITLAB_API_TOKEN (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <[email protected]>
  • Loading branch information
heurtematte authored Sep 11, 2024
1 parent 6e0eb32 commit 1d4af1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-platform.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ orgs.newOrg('eclipse-platform') {
],
secrets: [
orgs.newRepoSecret('ECLIPSE_GITLAB_API_TOKEN') {
value: "********",
value: "pass:bots/eclipse.platform.releng/gitlab.eclipse.org/api-token",
},
orgs.newRepoSecret('RELENG_BOT_PAT') {
value: "pass:bots/eclipse.platform.releng/github.com/token-hd4925",
Expand Down

0 comments on commit 1d4af1a

Please sign in to comment.