This action sets up a Vault environment for use in actions by:
- optionally downloading and caching a version of Vault by version and adding to
PATH
See action.yml
Basic:
steps:
- uses: actions/checkout@v2
- uses: innovationnorway/setup-vault@v1
with:
version: '~1.4'
- run: vault version
The scripts and documentation in this project are released under the MIT License