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@master
- uses: broadinstitute/setup-vault@v1
with:
version: '1.3'
- run: vault version
The scripts and documentation in this project are released under the MIT License