From a73c978c90493910489124a0c287339db79e3bbb Mon Sep 17 00:00:00 2001 From: Gilbert Date: Thu, 1 Jun 2023 16:06:02 +0100 Subject: [PATCH] Updating web release yaml workflow --- .github/workflows/medicines-web-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/medicines-web-release.yaml b/.github/workflows/medicines-web-release.yaml index 504983baa..3319ea12a 100644 --- a/.github/workflows/medicines-web-release.yaml +++ b/.github/workflows/medicines-web-release.yaml @@ -113,4 +113,4 @@ jobs: with: azcliversion: latest inlineScript: | - az storage blob upload-batch -d "\$web" -s "medicines/web/dist" --overwrite true --connection-string "${{ secrets.AZURE_STORAGE_PRODUCTS_WEB_CONNECTION_STRING }}" + az storage blob upload-batch -d "\$web" -s "medicines/web/dist" --overwrite true --connection-string "${{ secrets.AZURE_STORAGE_PROD_PRODUCTS_WEB_CONNECTION_STRING }}"