Retrieve Secrets from Azure KeyVault
Version updated for https://github.com/Andrews-McMeel-Universal/get-envs to version v1.35.
- This action is used across all versions by 3 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Get Environment Variables Action” is a GitHub Action designed to securely retrieve secrets from Azure Key Vaults and make them accessible in your workflows by generating a .env file and updating the $GITHUB_ENV environment variable. It automates the process of managing sensitive environment variables, ensuring secure handling and masking of secret values in outputs. This action streamlines integration with Azure Key Vaults by supporting both automatic detection of vaults based on environment tags and explicit specification of vault names.
Release notes
What’s Changed
Full Changelog: https://github.com/Andrews-McMeel-Universal/get-envs/compare/v1.34...v1.35