Skip to content

Commit

Permalink
Updating yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Nov 17, 2023
1 parent 6acfef4 commit 5e903db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform-deploy_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
name: Terraform Deploy
runs-on: ubuntu-latest
env:
ARM_CLIENT_ID: ${{ secrets.AZURE_CDC_CLIENT_ID }}
ARM_TENANT_ID: ${{ secrets.AZURE_CDC_TENANT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.AZURE_CDC_DMZ_C1_SUBSCRIPTION_ID }}
ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
ARM_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
ARM_USE_OIDC: true
permissions:
id-token: write
Expand Down

0 comments on commit 5e903db

Please sign in to comment.