andrews-mcmeel-universal/Retrieve Secrets from Azure KeyVault

Generates an environment variable file with Azure Key Vault secrets

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 25, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: andrews-mcmeel-universal/get-envs@eeefc18aa6110363b442e1e314dc0f1c2713e8c9 # v1.42

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
azurecredentialsCredentials to login to Azureyes
environmentKeyVaultAzure Key Vault Nameno
repositoryNameGitHub Repository Name.no${{ github.event.repository.name }}
environmentDeployment environmentno
contentTypesSpace-separated list of contentTypes to retrieveno
buildArgPredicatePredicate to determine if a secret should be added as a build argumentno--build-arg
environmentVariableSeparatorSeparator for environment variablesno""
enableCachingEnable caching of the .env filenofalse
envEncryptionSecretSecret used to encrypt/decrypt the .env fileno
namedescription
environmentVariablesList of environment variables retrieved from key vault
buildArgumentsList of build arguments retrieved from key vault