Skip to content

Commit

Permalink
Add preview token and environment for publishing of PR previews
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-langium-bot committed Dec 14, 2023
1 parent 863f0aa commit af75bd2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions otterdog/eclipse-langium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ orgs.newOrg('eclipse-langium') {
],
deployment_branch_policy: "selected",
},
orgs.newEnvironment('pull-request-preview') {},
],
secrets: [
orgs.newRepoSecret('DEPLOY_PREVIEW_TOKEN') {
value: "pass:bots/ecd.langium/github.com/preview-token",
},
],
},
],
Expand Down

0 comments on commit af75bd2

Please sign in to comment.