Skip to content

Download and put any HashiCorp tool (consul, nomad, consul-template etc) to $PATH on github runner

License

Notifications You must be signed in to change notification settings

nahsi/setup-hashi-tool

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-hashi-tool

This actions downloads and adds to $PATH any tool by HashiCorp available at release page.

Not all tools are tested! But popular ones should work.

Usage

Supports ubuntu-latest and macos-latest runners with x86 and arm64 architecture.

steps:
- uses: nahsi/setup-hashi-tool@v1
  with:
    name: nomad # required
    version: 0.14.0 # default is latest

About

Download and put any HashiCorp tool (consul, nomad, consul-template etc) to $PATH on github runner

Topics

Resources

License

Stars

Watchers

Forks