From 648e009b8df9f2701532bf30f4e343cffe18627f Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Tue, 2 Dec 2025 19:44:11 -0800 Subject: [PATCH] Update the evals keygen command (#9754) --- apps/web-evals/src/app/runs/new/new-run.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web-evals/src/app/runs/new/new-run.tsx b/apps/web-evals/src/app/runs/new/new-run.tsx index 80a921e9c1..561c3ceb27 100644 --- a/apps/web-evals/src/app/runs/new/new-run.tsx +++ b/apps/web-evals/src/app/runs/new/new-run.tsx @@ -649,12 +649,12 @@ export function NewRun() {

- If you have access to the Roo Code Cloud repository, generate a - token with: + If you have access to the Roo Code Cloud repository and the + decryption key for the .env.* files, generate a token with:

- pnpm --filter @roo-code-cloud/auth production:create-job-token [org] - [timeout] + pnpm --filter @roo-code-cloud/auth production:create-auth-token + [email] [org] [ttl]