escapace/Setup HashiCorp Vault
Sets up HashiCorp Vault in your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- MPL 2.0
Pinned Snippet
uses: escapace/action-setup-vault@2c1a1fb8910a11494d9175322a0964b7b5e3ee88 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cache | Whether to persist installed Vault versions with the GitHub Actions cache service. Defaults to `true`. | no | true |
| enterprise | Whether to install Vault Enterprise instead of community releases. Defaults to `false`. | no | false |
| vault-version | The version of Vault to install. Instead of full version string you can also specify a semantic version range (for example `^1.10.4`) to install the latest version satisfying the constraint. A value of `latest` will install the latest version of Vault. Defaults to `latest`. | no | latest |
Outputs
no outputs