https://github.com/escapace/action-setup-vault
Sets up HashiCorp Vault.
https://github.com/escapace/action-setup-vault
actions vault
Last synced: about 2 months ago
JSON representation
Sets up HashiCorp Vault.
- Host: GitHub
- URL: https://github.com/escapace/action-setup-vault
- Owner: escapace
- License: mpl-2.0
- Created: 2022-06-18T00:45:16.000Z (about 4 years ago)
- Default Branch: trunk
- Last Pushed: 2026-04-24T04:48:54.000Z (2 months ago)
- Last Synced: 2026-04-24T06:27:05.708Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.14 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## action-setup-vault
Sets up HashiCorp Vault.
### Inputs
#### `vault-version`
**Optional** 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`.
### Example usage
```yaml
uses: escapace/action-setup-vault@v0.1.1
with:
vault-version: ~1.10.4
```