Skip to content

Commit 2f75cee

Browse files
MattBroclaude
andauthored
fix: pass email and region to provisioning signup flow (#403)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 176b496 commit 2f75cee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib/agent/agent-runner.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ export async function runWorkflow(
228228
ci: session.ci,
229229
apiKey: session.apiKey,
230230
projectId: session.projectId,
231+
email: session.email,
232+
region: session.region,
231233
});
232234

233235
session.credentials = { accessToken, projectApiKey, host, projectId };

0 commit comments

Comments
 (0)