frontend support browser header (#2761)

This commit is contained in:
Shuchang Zheng 2025-06-21 08:50:19 +08:00 committed by GitHub
parent 592ed941ce
commit 1bf270df55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 495 additions and 0 deletions

View file

@ -1184,6 +1184,7 @@ class WorkflowService:
webhook_callback_url=workflow_run.webhook_callback_url,
totp_verification_url=workflow_run.totp_verification_url,
totp_identifier=workflow_run.totp_identifier,
extra_http_headers=workflow_run.extra_http_headers,
queued_at=workflow_run.queued_at,
started_at=workflow_run.started_at,
finished_at=workflow_run.finished_at,