amagi-test/Setup SLV
Sets up the SLV CLI and injects vault secrets as masked environment variables for workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 4, 2026
- License
- MIT
Pinned Snippet
uses: amagi-test/slv@6c6180fc93e29e4055df04eded3ebf016f88c61a # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | SLV version to use (e.g., 'latest' or a specific version) | no | latest |
| github-token | GitHub token (e.g., secrets.GITHUB_TOKEN) for downloading SLV to avoid rate limits | no | ${{ github.token }} |
| vault | Path to the vault file containing secrets | no | — |
| env-secret-key | SLV environment secret key (recommended to set via GitHub secrets) | no | — |
| selective | Comma-separated list of secret names from the vault file to inject as environment variables | no | — |
| prefix | Prefix to prepend to environment variable names derived from SLV secrets | no | — |
Outputs
no outputs