Skip to content

Commit

Permalink
Update ASB setup action to 2.0.0 (#4258)
Browse files Browse the repository at this point in the history
* Update ASB setup action to 2.0.0

* Update ASQ setup to 2.0.0
  • Loading branch information
danielmarbach committed Jun 26, 2024
1 parent 76ddcad commit 6c24146
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,14 @@ jobs:
if: matrix.test-category == 'AzureServiceBus'
with:
connection-string-name: ServiceControl_TransportTests_ASBS_ConnectionString
azure-credentials: ${{ secrets.AZURE_ACI_CREDENTIALS }}
tag: ServiceControl
- name: Setup Azure Storage Queues
uses: Particular/setup-azurestorage-action@v2.0.0
if: matrix.test-category == 'AzureStorageQueues'
with:
connection-string-name: ServiceControl_TransportTests_ASQ_ConnectionString
azure-credentials: ${{ secrets.AZURE_ACI_CREDENTIALS }}
tag: ServiceControl
- name: Setup SQS environment variables
if: matrix.test-category == 'SQS'
Expand All @@ -112,4 +114,4 @@ jobs:
ServiceControl_LicenseText: ${{ secrets.LICENSETEXT }}
ServiceControl_Audit_LicenseText: ${{ secrets.LICENSETEXT }}
Monitoring_LicenseText: ${{ secrets.LICENSETEXT }}
AZURE_ACI_CREDENTIALS: ${{ secrets.AZURE_ACI_CREDENTIALS }}
AZURE_ACI_CREDENTIALS: ${{ secrets.AZURE_ACI_CREDENTIALS }}

0 comments on commit 6c24146

Please sign in to comment.