Skip to content

Commit

Permalink
fix accidentially unresolved secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-theia-bot committed Sep 30, 2024
1 parent d5a35fa commit 277df68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/eclipse-theia.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -456,13 +456,13 @@ orgs.newOrg('eclipse-theia') {
],
secrets: [
orgs.newRepoSecret('DEPLOY_PREVIEW_TOKEN') {
value: "********",
value: "pass:bots/ecd.theia/github.com/preview-token",
},
orgs.newRepoSecret('GH_ACTION_TOKEN') {
value: "********",
},
orgs.newRepoSecret('TOKEN') {
value: "********",
value: "pass:bots/ecd.theia/github.com/api-token-website",
},
],
environments: [
Expand Down

0 comments on commit 277df68

Please sign in to comment.