From 2970a5d240d53a7ad98f91e2dc0ff42327a9ca30 Mon Sep 17 00:00:00 2001 From: jonnyry Date: Wed, 8 Jan 2025 11:22:58 +0000 Subject: [PATCH] TEMP CHANGE FOR TEST ENV RUN --- .github/workflows/deploy_tre_reusable.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_tre_reusable.yml b/.github/workflows/deploy_tre_reusable.yml index e775bed80b..b9f7576f80 100644 --- a/.github/workflows/deploy_tre_reusable.yml +++ b/.github/workflows/deploy_tre_reusable.yml @@ -205,7 +205,10 @@ jobs: id: ci_cache_cr_login # will fail if this is a new env which is expected continue-on-error: true - run: az acr login --name "${{ secrets.CI_CACHE_ACR_NAME }}" + run: | + az acr login --name "${{ secrets.CI_CACHE_ACR_NAME }}" + az keyvault update --name "${{ secrets.TRE_ID }}" --public-network-access Enabled # TEMPORARY FOR SINGLE RUN + exit 1 # TEMPORARY FOR SINGLE RUN - name: Build new devcontainer env: