send workflow_run_id to totp endpoint (#2120)

This commit is contained in:
Shuchang Zheng
2025-04-09 13:51:16 -07:00
committed by GitHub
parent e3251edb05
commit 7d5ab76d73
2 changed files with 7 additions and 1 deletions

View File

@@ -2297,6 +2297,7 @@ class ForgeAgent:
verification_code = await poll_verification_code(
task.task_id,
task.organization_id,
workflow_run_id=task.workflow_run_id,
totp_verification_url=task.totp_verification_url,
totp_identifier=task.totp_identifier,
)