From 1df7f3d5582061c568c727c19a352eabf04d3b30 Mon Sep 17 00:00:00 2001 From: mUusitalo <73437699+mUusitalo@users.noreply.github.com> Date: Sat, 16 Dec 2023 13:15:33 +0200 Subject: [PATCH] allow no subscriptions --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e39a624..5846d18 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }}