add login step to infra workflow
This commit is contained in:
parent
820b251c61
commit
f1d2ae49a7
1 changed files with 7 additions and 0 deletions
7
.github/workflows/infra.yml
vendored
7
.github/workflows/infra.yml
vendored
|
@ -26,6 +26,13 @@ jobs:
|
|||
sparse-checkout: |
|
||||
infrastructure
|
||||
|
||||
- name: Az CLI login
|
||||
uses: azure/login@v2
|
||||
with:
|
||||
client-id: ${{ secrets.CALQUE_PRD_CLIENT_ID }}
|
||||
tenant-id: ${{ secrets.CALQUE_PRD_TENANT_ID }}
|
||||
subscription-id: ${{ secrets.CALQUE_PRD_SUBSCRIPTION_ID }}
|
||||
|
||||
- name: Deploy bicep
|
||||
uses: Azure/cli@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue