From 2d2226f20df07d53e2928c9562711174cf916cf4 Mon Sep 17 00:00:00 2001 From: mimartin12 <77340197+mimartin12@users.noreply.github.com> Date: Thu, 13 Apr 2023 09:24:09 -0600 Subject: [PATCH] [DEVOPS-1260] - Update KV names (#5209) --- .github/workflows/build-web.yml | 2 +- .github/workflows/release-web.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index 7becb7dff7..49e0d419a0 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -246,7 +246,7 @@ jobs: uses: bitwarden/gh-actions/setup-docker-trust@a8c384a05a974c05c48374c818b004be221d43ff with: azure-creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} - azure-keyvault-name: "bitwarden-prod-kv" + azure-keyvault-name: "bitwarden-ci" - name: Build Docker image uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 diff --git a/.github/workflows/release-web.yml b/.github/workflows/release-web.yml index 598541f126..223198c805 100644 --- a/.github/workflows/release-web.yml +++ b/.github/workflows/release-web.yml @@ -73,7 +73,7 @@ jobs: uses: bitwarden/gh-actions/setup-docker-trust@a8c384a05a974c05c48374c818b004be221d43ff with: azure-creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} - azure-keyvault-name: "bitwarden-prod-kv" + azure-keyvault-name: "bitwarden-ci" - name: Pull branch image run: |