Skip to content

Commit

Permalink
Added sub, client & tenant ID to the pulumi action
Browse files Browse the repository at this point in the history
  • Loading branch information
changesbyjames committed Sep 4, 2024
1 parent 229ab11 commit b74b973
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ jobs:
}
env:
ARM_USE_OIDC: true
ARM_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
ARM_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}

- name: az cli copy
uses: azure/CLI@v1
Expand Down

0 comments on commit b74b973

Please sign in to comment.