We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218e3cf commit a0a888aCopy full SHA for a0a888a
1 file changed
.github/workflows/test.yml
@@ -101,9 +101,9 @@ jobs:
101
- name: 'Login to Azure with Federated Credentials'
102
uses: azure/login@v1
103
with:
104
- client-id: ${{ secrets.AZURE_CLIENT_ID }}
105
- tenant-id: ${{ secrets.AZURE_TENANT_ID }}
106
- subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
+ client-id: ${{ secrets.AZURE_APP_CLIENT_ID }}
+ tenant-id: ${{ secrets.AZURE_APP_TENANT_ID }}
+ subscription-id: ${{ secrets.AZURE_APP_SUBSCRIPTION_ID }}
107
108
- name: Setup Terraform
109
uses: hashicorp/setup-terraform@v3
0 commit comments