An open API service indexing awesome lists of open source software.

https://github.com/snxd/deploy-github-setup-action

Used by Solsta deploy actions to acquire direct tools.
https://github.com/snxd/deploy-github-setup-action

deploy github tools

Last synced: 4 months ago
JSON representation

Used by Solsta deploy actions to acquire direct tools.

Awesome Lists containing this project

README

          

# Solsta Deployments Setup Action for GitHub

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%.

## Variables

* **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

## Using

Here is an example YAML Fragment in the steps section of a build:

```yaml
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 }}
```

## License
(C) 2025 Solid State Networks, LLC. All Rights Reserved.