We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d7af93 + 34507a9 commit 79c9cb0Copy full SHA for 79c9cb0
1 file changed
.github/workflows/stack-init.yaml
@@ -56,9 +56,9 @@
56
- name: 'Az CLI OIDC login with subscription'
57
uses: 'azure/login@v1'
58
with:
59
- client-id: ${{ secrets.AZURE_CLIENTID }}
60
- tenant-id: ${{ secrets.AZURE_TENANTID }}
61
- subscription-id: ${{ secrets.AZURE_SUBSCRIPTIONID }}
+ client-id: ${{ secrets.AZURE_CLIENT_ID }}
+ tenant-id: ${{ secrets.AZURE_TENANT_ID }}
+ subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
62
63
- name: 'Deploy using webapps-deploy'
64
id: deploy-to-webapp
0 commit comments