Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 425 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 425 Bytes

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'