Skip to content

Commit

Permalink
Use residential proxy for workflow UI runs by default (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeremy authored Aug 2, 2024
1 parent 5791410 commit 7fd07ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skyvern-frontend/src/routes/workflows/RunWorkflowForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function RunWorkflowForm({ workflowParameters, initialValues }: Props) {
return client
.post(`/workflows/${workflowPermanentId}/run`, {
data: values,
proxy_location: "RESIDENTIAL",
})
.then((response) => response.data);
},
Expand Down

0 comments on commit 7fd07ec

Please sign in to comment.