mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-10 15:35:51 +00:00
Bitwarden updates (#1547)
This commit is contained in:
parent
411d8b3735
commit
111d1e3a8e
2 changed files with 9 additions and 6 deletions
|
@ -1218,10 +1218,6 @@ class WorkflowService:
|
|||
description=parameter.description,
|
||||
)
|
||||
elif parameter.parameter_type == ParameterType.BITWARDEN_CREDIT_CARD_DATA:
|
||||
if not organization.bw_organization_id and not organization.bw_collection_ids:
|
||||
raise InvalidWorkflowDefinition(
|
||||
message="To use credit card data parameters, please contact us at support@skyvern.com"
|
||||
)
|
||||
parameters[parameter.key] = await self.create_bitwarden_credit_card_data_parameter(
|
||||
workflow_id=workflow.workflow_id,
|
||||
bitwarden_client_id_aws_secret_key=parameter.bitwarden_client_id_aws_secret_key,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue