From 0f3ef67bb58fe5485cd867e0a4d3695dc0c98177 Mon Sep 17 00:00:00 2001 From: Mincong Huang Date: Mon, 30 Jun 2025 14:40:56 +0200 Subject: [PATCH] preview --- apps/github-server/api/hook.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/github-server/api/hook.ts b/apps/github-server/api/hook.ts index a157ab4..8b62334 100644 --- a/apps/github-server/api/hook.ts +++ b/apps/github-server/api/hook.ts @@ -7,8 +7,8 @@ const GITHUB_SECRET = process.env.GITHUB_SECRET || ''; // Temporal const temporalTaskQueue = `agents/vertesia/github-agent`; -const temporalAddress = "staging.i16ci.tmprl.cloud:7233"; -const temporalNamespace = "staging.i16ci"; +const temporalAddress = "preview.i16ci.tmprl.cloud:7233"; +const temporalNamespace = "preview.i16ci"; const temporalWorkflowType = "assistPullRequestWorkflow"; let client: Client | null = null;