Skip to content

Commit c71e517

Browse files
authored
Merge pull request #19 from jacobduijzer/remove-storage
Revert commit
2 parents 979818d + d190d5e commit c71e517

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/infra-as-code.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,6 @@ jobs:
3333
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
3434
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3535

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-
4736
- name: Create resource group if it doesn't exist
4837
run: |
4938
az group create --name $RESOURCE_GROUP --location $LOCATION

0 commit comments

Comments
 (0)