add bitwarden collection id to workflow context (#1053)

This commit is contained in:
Shuchang Zheng 2024-10-25 01:22:53 -07:00 committed by GitHub
parent c9335888ff
commit c89be09a4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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