Skip to content

Commit

Permalink
Add deploy preview token to theia-website (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Neidhart <[email protected]>
  • Loading branch information
netomi committed Apr 3, 2024
1 parent 49bdce7 commit be1f7fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otterdog/eclipse-theia.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,9 @@ orgs.newOrg('eclipse-theia') {
},
],
secrets: [
orgs.newRepoSecret('DEPLOY_PREVIEW_TOKEN') {
value: "pass:bots/ecd.theia/github.com/preview-token",
},
orgs.newRepoSecret('GH_ACTION_TOKEN') {
value: "********",
},
Expand Down

0 comments on commit be1f7fd

Please sign in to comment.