tricep should be public...
This commit is contained in:
parent
569e7a4cef
commit
007b812d7a
1 changed files with 7 additions and 0 deletions
7
.github/workflows/app.yml
vendored
7
.github/workflows/app.yml
vendored
|
@ -47,6 +47,13 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- 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: Test bicep
|
- name: Test bicep
|
||||||
run: az bicep build --file ./infrastructure/main.bicep --stdout
|
run: az bicep build --file ./infrastructure/main.bicep --stdout
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue