mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-01 18:20:06 +00:00
Use residential proxy for workflow UI runs by default (#669)
This commit is contained in:
parent
5791410cd9
commit
7fd07ece2f
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ function RunWorkflowForm({ workflowParameters, initialValues }: Props) {
|
|||
return client
|
||||
.post(`/workflows/${workflowPermanentId}/run`, {
|
||||
data: values,
|
||||
proxy_location: "RESIDENTIAL",
|
||||
})
|
||||
.then((response) => response.data);
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue