Skip to content

Commit 1e871da

Browse files
ci: [TT-412] logins to azure
1 parent fcdb6d5 commit 1e871da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
pip install -r requirements/time_tracker_api/dev.txt
3131
pip install -r requirements/time_tracker_events/dev.txt
3232
33+
- name: Login to azure
34+
uses: Azure/login@v1
35+
with:
36+
creds: ${{ secrets.AZURE_CREDENTIALS }}
37+
3338
- name: Get vault from azure
3439
uses: Azure/get-keyvault-secrets@v1
3540
with:

0 commit comments

Comments
 (0)