Skip to content

Commit 0556d01

Browse files
ci: [TT-412] injects AZURE-APP-CONFIGURATION-CONNECTION-STRING to run tests
1 parent 2096a85 commit 0556d01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/time-tracker-v1-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: Azure/get-keyvault-secrets@v1
3939
with:
4040
keyvault: "time-tracker-secrets"
41-
secrets: "MS-CLIENT-ID, MS-AUTHORITY, MS-SCOPE, MS-SECRET, MS-ENDPOINT, USERID"
41+
secrets: "MS-CLIENT-ID, MS-AUTHORITY, MS-SCOPE, MS-SECRET, MS-ENDPOINT, USERID, AZURE-APP-CONFIGURATION-CONNECTION-STRING"
4242
id: timeTrackerAzureVault
4343

4444
- name: Run tests
@@ -49,5 +49,6 @@ jobs:
4949
MS_SECRET: ${{ steps.timeTrackerAzureVault.outputs.MS-SECRET }}
5050
MS_ENDPOINT: ${{ steps.timeTrackerAzureVault.outputs.MS-ENDPOINT }}
5151
USERID: ${{ steps.timeTrackerAzureVault.outputs.USERID }}
52+
AZURE_APP_CONFIGURATION_CONNECTION_STRING: ${{ steps.timeTrackerAzureVault.outputs.AZURE-APP-CONFIGURATION-CONNECTION-STRING }}
5253
run: |
5354
pytest tests

0 commit comments

Comments
 (0)