[PR #2059] [MERGED] Update deprecated Azure Key Vault in workflows #40418

Closed
opened 2026-04-23 19:14:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2059
Author: @michalchecinski
Created: 9/2/2022
Status: Merged
Merged: 9/5/2022
Merged by: @michalchecinski

Base: masterHead: DEVOPS-881-update-azure-keyvault-workflows


📝 Commits (1)

  • 1b6d760 Update deprecated Azure Key Vault in workflows

📊 Changes

2 files changed (+44 additions, -16 deletions)

View changed files

📝 .github/workflows/build.yml (+33 -12)
📝 .github/workflows/crowdin-pull.yml (+11 -4)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

The GitHub action Azure Key Vault is being deprecated and will no longer be maintained. The outcome of the related spike offers a solution to implement as a drop-in replacement using bash and the Az CLI. All references for the Azure/get-keyvault-secrets action will need to be replaced with this bash step in all our workflows.

Code changes

  • file.ext: Description of what was changed and why

Screenshots

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/2059 **Author:** [@michalchecinski](https://github.com/michalchecinski) **Created:** 9/2/2022 **Status:** ✅ Merged **Merged:** 9/5/2022 **Merged by:** [@michalchecinski](https://github.com/michalchecinski) **Base:** `master` ← **Head:** `DEVOPS-881-update-azure-keyvault-workflows` --- ### 📝 Commits (1) - [`1b6d760`](https://github.com/bitwarden/android/commit/1b6d760f571283147c8b01e416b7f8c90205e743) Update deprecated Azure Key Vault in workflows ### 📊 Changes **2 files changed** (+44 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+33 -12) 📝 `.github/workflows/crowdin-pull.yml` (+11 -4) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [x] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> The GitHub action Azure Key Vault is being deprecated and will no longer be maintained. The outcome of the related spike offers a solution to implement as a drop-in replacement using bash and the Az CLI. All references for the `Azure/get-keyvault-secrets` action will need to be replaced with this bash step in all our workflows. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **file.ext:** Description of what was changed and why ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 19:14:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#40418