Symbiosis CLI Action v1
GitHub action for installing and configuring the CLI for Symbiosis.
Run the action together with an API key to get the sym
command-line tool installed:
- name: Install Symbiosis CLI
uses: symbiosis-cli/action-cli@v1
with:
api-key: ${{ secrets.SYMBIOSIS_API_KEY }}
See the actions repo for more details.