Skip to content

A GitHub action that installs the minder client on the given runner

License

Notifications You must be signed in to change notification settings

stacklok/minder-client-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A GitHub action that installs the minder client on the given runner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published