maksym-maliuk/Vault Env Generator
A GitHub Action that generates environment variables from Vault secrets and outputs them to a specified file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| addr | The address of the Vault server (e.g., https://vault.example.com). | yes | — |
| token | The authentication token for Vault. | yes | — |
| template | The path to the template file containing placeholders for secrets (e.g., ./template.env). | yes | — |
| output | The path to the output file where the generated environment variables will be saved (default: ./output.env). | no | — |
Outputs
no outputs