GithubHelp home page GithubHelp logo

bkonicek-calm / setup-vault Goto Github PK

View Code? Open in Web Editor NEW

This project forked from elco/setup-vault

0.0 0.0 0.0 2.88 MB

Sets up HashiCorp Vault CLI in your GitHub Actions workflow.

License: MIT License

JavaScript 100.00%

setup-vault's Introduction

setup-vault

setup-vault status

About

The eLco/setup-vault action is a JavaScript action that sets up Vault CLI in your GitHub Actions workflow by:

  • Downloading a specific version of Vault CLI and adding it to the PATH.

After you've used the action, subsequent steps in the same job can run arbitrary vault commands using the GitHub Actions run syntax. This allows most vault commands to work exactly like they do on your local command line.

Usage

This action can be run on ubuntu-latest, windows-latest, and macos-latest GitHub Actions runners, and will install and expose a specified version of the vault CLI on the runner environment.

The default configuration installs the latest version of vault CLI.

Setup the vault CLI:

steps:
  - uses: eLco/setup-vault@v1

A specific version of the vault CLI can be installed:

steps:
  - uses: eLco/setup-vault@v1
    with:
      vault_version: 1.8.7

A specific version of the vault CLI can be installed, using personal github token:

steps:
  - uses: eLco/setup-vault@v1
    with:
      vault_version: 1.8.7
      github_token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

Inputs

The actions supports the following inputs:

  • vault_version: (optional) The version of vault to install, defaulting to latest
  • github_token: (optional) if set, github_token will be used for Octokit authentication. Defaulting to GitHub App installation access token.

License

MIT.

setup-vault's People

Contributors

elco avatar bkonicek-calm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.