amagioss/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: amagioss/slv@29f78398bb9c8e96e4abdc14956b9506d07f9b9c # v0.23.6tags 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