Skip to content

Setup Humanitec CLI

Actions
GitHub Action to set up the Humanitec CLI
v1.2.1
Latest
Star (1)

setup-cli-action

GitHub Action to set up the Humanitec CLI.

Usage

name: ci

on:
  push:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Setup Humanitec CLI
        uses: humanitec/setup-cli-action@v1
        with:
          # Check https://github.com/humanitec/cli/releases for available versions
          version: "0.17.0" # Can be an exact version or a semver range https://github.com/npm/node-semver#ranges
          token: ${{ secrets.GITHUB_TOKEN }} # Required if a range is specified
      - run: humctl version

Setup Humanitec CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action to set up the Humanitec CLI
v1.2.1
Latest

Setup Humanitec CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.