From ab43bf3b2a28c0ac9098945dd0ede8f143e731b1 Mon Sep 17 00:00:00 2001 From: Lessley Dennington Date: Fri, 5 Aug 2022 08:12:31 -0700 Subject: [PATCH] release: update Azure storage resource names --- .github/scripts/set-up-esrp.ps1 | 2 +- .github/workflows/release-apt-get.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/set-up-esrp.ps1 b/.github/scripts/set-up-esrp.ps1 index 9bc9699ae8..e62e87620b 100644 --- a/.github/scripts/set-up-esrp.ps1 +++ b/.github/scripts/set-up-esrp.ps1 @@ -1,5 +1,5 @@ # Install ESRP client -az storage blob download --file esrp.zip --account-key "$env:AZURE_STORAGE_KEY" --account-name msftgitesrp --container microsoft-esrp-client --name microsoft.esrpclient.1.2.76.nupkg +az storage blob download --file esrp.zip --account-key "$env:AZURE_STORAGE_KEY" --account-name esrpsigningstorage --container signing-resources --name microsoft.esrpclient.1.2.76.nupkg Expand-Archive -Path esrp.zip -DestinationPath .\esrp # Install certificates diff --git a/.github/workflows/release-apt-get.yml b/.github/workflows/release-apt-get.yml index 5db0d61f84..454cdde2a6 100644 --- a/.github/workflows/release-apt-get.yml +++ b/.github/workflows/release-apt-get.yml @@ -24,7 +24,7 @@ jobs: env: AZ_SUB: ${{ secrets.AZURE_SUBSCRIPTION }} run: | - az storage blob download --subscription "$AZ_SUB" --account-name msftgitesrp -c microsoft-repoclient -n azure-repoapi-client_2.0.1_amd64.deb -f repoclient.deb --auth-mode login + az storage blob download --subscription "$AZ_SUB" --account-name esrpsigningstorage -c signing-resources -n azure-repoapi-client_2.0.1_amd64.deb -f repoclient.deb --auth-mode login - name: "Install Repo Client" run: |