This project is a GitHub Action that uses Solid State Networks tools and services.
The action is compatible with Windows, Linux, and OSX github runners, as well as Windows and OSX hosted runners. Windows self-hosted runners require git-bash (https://git-scm.com/) in the %PATH%.
- solsta_client_id: Client ID to authenticate usage of Solid State Networks console tools
- solsta_client_secret: Secret Key to authenticate usage of Solid State Networks console tools
- console_version: Version of Solsta Console Tools to use
- scripts_version: Version of Solsta Deploy Scripts to use
Here is an example YAML Fragment in the steps section of a build:
steps:
- name: Setup Solsta Dependencies
uses: snxd/deploy-github-setup-action@v5
with:
console_version: '7.2.49'
scripts_version: '3.11.0'
solsta_client_id: ${{ secrets.SOLSTA_CLIENT_ID }}
solsta_client_secret: ${{ secrets.SOLSTA_CLIENT_SECRET }}
(C) 2025 Solid State Networks, LLC. All Rights Reserved.