add bitwarden collection id to workflow context (#1053)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user