1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-20 09:23:50 +00:00

[DEVOPS-1261] Update workflows to use new CI only keyvault (#2462)

* Fixed warning in version-bump

* Use new CI Azure Key Vault

* Fix name
This commit is contained in:
Michał Chęciński
2023-04-11 17:18:59 +02:00
committed by GitHub
parent 1823efa0e5
commit ac3b0c2bad
4 changed files with 15 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ on:
inputs:
version_number:
required: true
type: string
secrets:
AZURE_PROD_KV_CREDENTIALS:
required: true
@@ -26,13 +27,13 @@ jobs:
- name: Login to Azure - Prod Subscription
uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf
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