mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
fix: strip webhook URL whitespace and unify retry endpoint (#5550)
Co-authored-by: Suchintan Singh <suchintan@skyvern.com>
This commit is contained in:
parent
88f8a663d1
commit
4b93199b0a
6 changed files with 25 additions and 49 deletions
|
|
@ -4677,6 +4677,9 @@ class WorkflowService:
|
|||
)
|
||||
return
|
||||
|
||||
# Strip whitespace from the webhook URL to handle user input with leading/trailing spaces
|
||||
workflow_run.webhook_callback_url = workflow_run.webhook_callback_url.strip()
|
||||
|
||||
signing_api_key = api_key
|
||||
if not signing_api_key:
|
||||
org_api_key = await app.DATABASE.organizations.get_valid_org_auth_token(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue