Skip to content

Set up your GitHub Actions workflow with a specific version of Vault.

License

Notifications You must be signed in to change notification settings

broadinstitute/setup-vault

Repository files navigation

setup-vault

GitHub Actions status

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

Usage

See action.yml

Basic:

steps:
- uses: actions/checkout@master
- uses: broadinstitute/setup-vault@v1
  with:
    version: '1.3'
- run: vault version

License

The scripts and documentation in this project are released under the MIT License

About

Set up your GitHub Actions workflow with a specific version of Vault.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published