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

paul-yolabs/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@v2
- uses: innovationnorway/setup-vault@v1
  with:
    version: '~1.4'
- 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.6%
  • JavaScript 3.4%