Skip to content

Commit 2096a85

Browse files
ci: [TT-412] injects USERID to run tests
1 parent 0c4c957 commit 2096a85

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"
41+
secrets: "MS-CLIENT-ID, MS-AUTHORITY, MS-SCOPE, MS-SECRET, MS-ENDPOINT, USERID"
4242
id: timeTrackerAzureVault
4343

4444
- name: Run tests
@@ -48,5 +48,6 @@ jobs:
4848
MS_SCOPE: ${{ steps.timeTrackerAzureVault.outputs.MS-SCOPE }}
4949
MS_SECRET: ${{ steps.timeTrackerAzureVault.outputs.MS-SECRET }}
5050
MS_ENDPOINT: ${{ steps.timeTrackerAzureVault.outputs.MS-ENDPOINT }}
51+
USERID: ${{ steps.timeTrackerAzureVault.outputs.USERID }}
5152
run: |
5253
pytest tests

0 commit comments

Comments
 (0)