Skip to content

Initial release of Symbiosis CLI action

Latest
Compare
Choose a tag to compare
@Styren Styren released this 13 Jan 11:30

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.