Skip to content

Commit

Permalink
fix: attempt without login
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Dec 7, 2023
1 parent e486d8d commit ea45635
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/preset-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@ jobs:
submodules: true
fetch-depth: 0

- name: 'Az CLI login'
uses: azure/login@v1.4.6
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
allow-no-subscriptions: true
# - name: 'Az CLI login'
# uses: azure/login@v1.4.6
# with:
# client-id: ${{ secrets.AZURE_CLIENT_ID }}
# tenant-id: ${{ secrets.AZURE_TENANT_ID }}
# allow-no-subscriptions: true

- name: 'Set subscription'
run: az account set --subscription ${{secrets.AZURE_SUBSCRIPTION_ID}}
Expand Down

0 comments on commit ea45635

Please sign in to comment.