Skip to content

Commit

Permalink
allow no subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mUusitalo committed Dec 16, 2023
1 parent 38c4488 commit 01ef722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
with:
client-id: ${{ secrets.CLIENT_ID }}
tenant-id: ${{ secrets.TENANT_ID }}
subscription-id: ${{ secrets.SUBSCRIPTION_ID }}
# allow-no-subscriptions: true
#subscription-id: ${{ secrets.SUBSCRIPTION_ID }}
allow-no-subscriptions: true

- name: Docker login to ACR
run: az acr login --name ${{ secrets.REGISTRY_NAME }}
Expand Down

0 comments on commit 01ef722

Please sign in to comment.