Skip to content

symbiosis-cloud/action-cli

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

GitHub action for the Symbiosis CLI

This action installs the Symbiosis command-line sym and authorizes using an API key.

Inputs

api-key

Required The Symbiosis api-key used for authentication.

version

Optional Version of the command-line to install, defaults to latest.

Example usage

uses: symbiosis-cloud/action-cli@v1
with:
  api-key: '<INSERT_API_KEY>'
  version: 'latest'