We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 979818d + d190d5e commit c71e517Copy full SHA for c71e517
.github/workflows/infra-as-code.yml
@@ -33,17 +33,6 @@ jobs:
33
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
34
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
35
36
- # - name: Log in to Azure
37
- # uses: azure/login@v1
38
- # with:
39
- # creds: >
40
- # {
41
- # "clientId": "${{ secrets.AZURE_CLIENT_ID }}",
42
- # "clientSecret": "${{ secrets.AZURE_CLIENT_SECRET }}",
43
- # "subscriptionId": "${{ secrets.AZURE_SUBSCRIPTION_ID }}",
44
- # "tenantId": "${{ secrets.AZURE_TENANT_ID }}"
45
- # }
46
-
47
- name: Create resource group if it doesn't exist
48
run: |
49
az group create --name $RESOURCE_GROUP --location $LOCATION
0 commit comments