From be1f7fd114a7cd1a2a6bd83a9845473d655b458c Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Wed, 3 Apr 2024 11:00:26 +0200 Subject: [PATCH] Add deploy preview token to theia-website (#4) Signed-off-by: Thomas Neidhart --- otterdog/eclipse-theia.jsonnet | 3 +++ 1 file changed, 3 insertions(+) diff --git a/otterdog/eclipse-theia.jsonnet b/otterdog/eclipse-theia.jsonnet index 3b82411..3fa0be9 100644 --- a/otterdog/eclipse-theia.jsonnet +++ b/otterdog/eclipse-theia.jsonnet @@ -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: "********", },