Skip to content

Commit

Permalink
remove me
Browse files Browse the repository at this point in the history
  • Loading branch information
surajssd committed Sep 22, 2023
1 parent 61e60a2 commit d92c559
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/azure-podvm-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ jobs:
if: steps.aa-cache.outputs.cache-hit != 'true'
run: make "$(realpath -m ../../podvm/files/usr/local/bin/attestation-agent)"

- uses: azure/login@v1
name: 'Az CLI login'
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
# - uses: azure/login@v1
# name: 'Az CLI login'
# with:
# client-id: ${{ secrets.AZURE_CLIENT_ID }}
# subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
# tenant-id: ${{ secrets.AZURE_TENANT_ID }}

- name: Create image
id: create-image
Expand Down

0 comments on commit d92c559

Please sign in to comment.