Skip to content

Commit

Permalink
Add Azure env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovilla committed Jan 7, 2025
1 parent 66ff355 commit 470e981
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ on:
type: string

env:
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}

jobs:
Expand Down

0 comments on commit 470e981

Please sign in to comment.