Skip to content

Commit

Permalink
[CI]: Fixed env mapping (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Augspurger authored Mar 2, 2023
1 parent e3819c5 commit 0f2619b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ jobs:
env:
IMAGE_TAG: ${{needs.build_and_publish.outputs.image_tag}}
ENVIRONMENT: staging
AZURE_TENANT_ID: {{ secrets.AZURE_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: {{ secrets.AZURE_SUBSCRIPTION_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

0 comments on commit 0f2619b

Please sign in to comment.