Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 687 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 687 Bytes

Minder Client Installer GitHub Action

This action installs the Minder client on the runner.

Usage

jobs:
  install-minder:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
    # We need cosign to verify the Minder client
    - uses: sigstore/[email protected]
    # Install the Minder client
    - uses: stacklok/minder-client-installer@main
    # Use it!
    - run: minder --help

Inputs

release

Optional The release version of the Minder client to install.

install-dir

Optional The directory to install the Minder client to.

use-sudo

Optional Whether to use sudo when installing the Minder client.