mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 10:41:04 +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
|
return client
|
||||||
.post(`/workflows/${workflowPermanentId}/run`, {
|
.post(`/workflows/${workflowPermanentId}/run`, {
|
||||||
data: values,
|
data: values,
|
||||||
|
proxy_location: "RESIDENTIAL",
|
||||||
})
|
})
|
||||||
.then((response) => response.data);
|
.then((response) => response.data);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue