Skip to content

Commit

Permalink
ci: fix azd deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Oct 9, 2023
1 parent bc4e124 commit e74adf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
AZURE_TENANT_ID: ${{ vars.AZURE_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ vars.AZURE_SUBSCRIPTION_ID }}
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
# Only needed for Microsoft internal Azure subscriptions
AZURE_ALIAS: yolasors
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -66,3 +68,4 @@ jobs:
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
AZURE_SUBSCRIPTION_ID: ${{ vars.AZURE_SUBSCRIPTION_ID }}
AZURE_ALIAS: ${{ vars.AZURE_ALIAS }}

0 comments on commit e74adf2

Please sign in to comment.