diff --git a/.github/workflows/azure-deploy-all.yml b/.github/workflows/azure-deploy-all.yml index ada4952..21095ed 100644 --- a/.github/workflows/azure-deploy-all.yml +++ b/.github/workflows/azure-deploy-all.yml @@ -14,6 +14,7 @@ jobs: DOTNETRU_DEPLOY_APPID: ${{ secrets.DOTNETRU_DEPLOY_APPID }} DOTNETRU_DEPLOY_PWD: ${{ secrets.DOTNETRU_DEPLOY_PWD }} DOTNETRU_DEPLOY_TENANT: ${{ secrets.DOTNETRU_DEPLOY_TENANT }} + DOTNETRU_DEPLOY_SUBID: ${{ secrets.DOTNETRU_DEPLOY_SUBID }} VAHTER_CONFIG: ${{ secrets.VAHTER_CONFIG }} run: | cd src/Grinder.Farmer diff --git a/.github/workflows/azure-deploy.yml b/.github/workflows/azure-deploy.yml index acccaa1..2803e18 100644 --- a/.github/workflows/azure-deploy.yml +++ b/.github/workflows/azure-deploy.yml @@ -14,6 +14,7 @@ jobs: DOTNETRU_DEPLOY_APPID: ${{ secrets.DOTNETRU_DEPLOY_APPID }} DOTNETRU_DEPLOY_PWD: ${{ secrets.DOTNETRU_DEPLOY_PWD }} DOTNETRU_DEPLOY_TENANT: ${{ secrets.DOTNETRU_DEPLOY_TENANT }} + DOTNETRU_DEPLOY_SUBID: ${{ secrets.DOTNETRU_DEPLOY_SUBID }} VAHTER_CONFIG: ${{ secrets.VAHTER_CONFIG }} run: | cd src/Grinder.Farmer