Skip to content

Commit 75ef7a9

Browse files
ci: [TT-412] adds other attempt to use secrets
1 parent 1e871da commit 75ef7a9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ jobs:
4545
- name: Inject secrets
4646
env:
4747
MS_CLIENT_ID: ${{ steps.timeTrackerAzureVault.outputs.MS-CLIENT-ID }}
48-
run: |
49-
echo $MS_CLIENT_ID
50-
48+
5149
- name: Run tests
5250
run: |
51+
echo $MS_CLIENT_ID
5352
pytest tests

0 commit comments

Comments
 (0)