Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apps/web-evals/src/app/runs/new/new-run.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -649,12 +649,12 @@ export function NewRun() {
</TooltipTrigger>
<TooltipContent side="right" className="max-w-xs">
<p>
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:
</p>
<code className="text-xs block mt-1">
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]
</code>
</TooltipContent>
</Tooltip>
Expand Down
Loading