You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Sets up the SetOps CLI in your GitHub Actions workflow.
author: SetOps
inputs:
setops_version:
description: "The version of SetOps CLI to install. Instead of a full version string you can also specify a constraint string. Examples are: `<0.1.5`, `~0.1.4`, `0.1.x` (all three installing the latest available 0.1.4 version). Defaults to `latest`."
default: latest
required: false
setops_organization:
description: The SetOps organization to login to. If not set, no login will be executed.
required: false
setops_username:
description: The SetOps username for a SetOps service to login in. If not set, no login will be executed.
required: false
setops_password:
description: The SetOps password for a SetOps service to login in. If not set, no login will be executed.
required: false
setops_api_url:
description: The SetOps API URL to connect to.
default: https://api.setops.co
required: false
github_token:
description: GitHub token to reduce the risk of rate limits when downloading the requested SetOps CLI