andrews-mcmeel-universal/Retrieve Secrets from Azure KeyVault
Generates an environment variable file with Azure Key Vault secrets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 25, 2026
- License
- None
Pinned Snippet
uses: andrews-mcmeel-universal/get-envs@eeefc18aa6110363b442e1e314dc0f1c2713e8c9 # v1.42tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| azurecredentials | Credentials to login to Azure | yes | — |
| environmentKeyVault | Azure Key Vault Name | no | — |
| repositoryName | GitHub Repository Name. | no | ${{ github.event.repository.name }} |
| environment | Deployment environment | no | — |
| contentTypes | Space-separated list of contentTypes to retrieve | no | — |
| buildArgPredicate | Predicate to determine if a secret should be added as a build argument | no | --build-arg |
| environmentVariableSeparator | Separator for environment variables | no | "" |
| enableCaching | Enable caching of the .env file | no | false |
| envEncryptionSecret | Secret used to encrypt/decrypt the .env file | no | — |
Outputs
| name | description |
|---|---|
| environmentVariables | List of environment variables retrieved from key vault |
| buildArguments | List of build arguments retrieved from key vault |