From 770e6fe7522f81900aa6518109f84c9ed1f5c34d Mon Sep 17 00:00:00 2001 From: Ayrat Hudaygulov Date: Tue, 15 Aug 2023 13:50:59 +0100 Subject: [PATCH] fix: added missing envs --- .github/workflows/azure-deploy-all.yml | 1 + .github/workflows/azure-deploy.yml | 1 + 2 files changed, 2 insertions(+) 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