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 USERID to run tests
  • Loading branch information
cristiantoaquiza committed Nov 18, 2021
commit 2096a859534f5da8335111912c686e2d80709d20
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"
secrets: "MS-CLIENT-ID, MS-AUTHORITY, MS-SCOPE, MS-SECRET, MS-ENDPOINT, USERID"
id: timeTrackerAzureVault

- name: Run tests
Expand All @@ -48,5 +48,6 @@ jobs:
MS_SCOPE: ${{ steps.timeTrackerAzureVault.outputs.MS-SCOPE }}
MS_SECRET: ${{ steps.timeTrackerAzureVault.outputs.MS-SECRET }}
MS_ENDPOINT: ${{ steps.timeTrackerAzureVault.outputs.MS-ENDPOINT }}
USERID: ${{ steps.timeTrackerAzureVault.outputs.USERID }}
run: |
pytest tests