support to use vaultwarden for skyvern credential (#3355)

This commit is contained in:
LawyZheng
2025-09-04 14:50:39 +08:00
committed by GitHub
parent 55d847461e
commit d37068933d

View File

@@ -884,6 +884,8 @@ class BitwardenService:
collection_template["name"] = name
collection_template["organizationId"] = bw_organization_id
if "groups" not in collection_template:
collection_template["groups"] = []
response = await aiohttp_post(
f"{BITWARDEN_SERVER_BASE_URL}/object/org-collection?organizationId={bw_organization_id}",