From 65a721d3a0ea0acb053cd9f38bfd917357a4ac83 Mon Sep 17 00:00:00 2001 From: Micaiah Martin Date: Fri, 14 Apr 2023 10:11:51 -0600 Subject: [PATCH] Update key vault name and cred --- .github/workflows/version-bump.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index f02516c5..d03f0b30 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -19,13 +19,13 @@ jobs: - name: Login to Azure - Prod Subscription uses: Azure/login@24848bc889cfc0a8313c2b3e378ac0d625b9bc16 with: - creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }} + creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} - name: Retrieve secrets id: retrieve-secrets uses: bitwarden/gh-actions/get-keyvault-secrets@c3b3285993151c5af47cefcb3b9134c28ab479af with: - keyvault: "bitwarden-prod-kv" + keyvault: "bitwarden-ci" secrets: "github-gpg-private-key, github-gpg-private-key-passphrase" - name: Import GPG key