Browse Source

Update key vault name and cred

DEVOPS-1262-update-all-directory-connector-pipelines-to-use-the-new-ci-only-key-vault
Micaiah Martin 3 years ago
parent
commit
65a721d3a0
No known key found for this signature in database
GPG Key ID: D50A3328DE98E2D6
  1. 4
      .github/workflows/version-bump.yml

4
.github/workflows/version-bump.yml

@ -19,13 +19,13 @@ jobs: @@ -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

Loading…
Cancel
Save