escapace/Setup HashiCorp Vault

Sets up HashiCorp Vault in your GitHub Actions workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 8, 2026
License
MPL 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: escapace/action-setup-vault@2c1a1fb8910a11494d9175322a0964b7b5e3ee88 # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
cacheWhether to persist installed Vault versions with the GitHub Actions cache service. Defaults to `true`.notrue
enterpriseWhether to install Vault Enterprise instead of community releases. Defaults to `false`.nofalse
vault-versionThe 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`.nolatest

no outputs