Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: [TT-412] injects AZURE-APP-CONFIGURATION-CONNECTION-STRING to run…
… tests
  • Loading branch information
cristiantoaquiza committed Nov 18, 2021
commit 0556d016e8517be8376d0f6668da68b0137532ad
3 changes: 2 additions & 1 deletion .github/workflows/time-tracker-v1-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: Azure/get-keyvault-secrets@v1
with:
keyvault: "time-tracker-secrets"
secrets: "MS-CLIENT-ID, MS-AUTHORITY, MS-SCOPE, MS-SECRET, MS-ENDPOINT, USERID"
secrets: "MS-CLIENT-ID, MS-AUTHORITY, MS-SCOPE, MS-SECRET, MS-ENDPOINT, USERID, AZURE-APP-CONFIGURATION-CONNECTION-STRING"
id: timeTrackerAzureVault

- name: Run tests
Expand All @@ -49,5 +49,6 @@ jobs:
MS_SECRET: ${{ steps.timeTrackerAzureVault.outputs.MS-SECRET }}
MS_ENDPOINT: ${{ steps.timeTrackerAzureVault.outputs.MS-ENDPOINT }}
USERID: ${{ steps.timeTrackerAzureVault.outputs.USERID }}
AZURE_APP_CONFIGURATION_CONNECTION_STRING: ${{ steps.timeTrackerAzureVault.outputs.AZURE-APP-CONFIGURATION-CONNECTION-STRING }}
run: |
pytest tests