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.
- Host: GitHub
- URL: https://github.com/snxd/deploy-github-setup-action
- Owner: snxd
- Created: 2022-09-22T08:11:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-09T20:59:41.000Z (6 months ago)
- Last Synced: 2026-02-11T17:55:34.455Z (5 months ago)
- Topics: deploy, github, tools
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.