mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-10 15:35:51 +00:00
add bitwarden collection id to workflow context (#1053)
This commit is contained in:
parent
c9335888ff
commit
c89be09a4a
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ class WorkflowRunContext:
|
|||
master_password=self.secrets[BitwardenConstants.MASTER_PASSWORD],
|
||||
bw_organization_id=self.secrets[BitwardenConstants.BW_ORGANIZATION_ID],
|
||||
bw_collection_ids=self.secrets[BitwardenConstants.BW_COLLECTION_IDS],
|
||||
collection_id=self.secrets[BitwardenConstants.BW_COLLECTION_ID],
|
||||
)
|
||||
return secret_credentials
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue