This repository was archived by the owner on Apr 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Solsta Launch Files Action for GitHub
22
3- This project is a GitHub Action that uses Solid State Networks tools and services to assign launch files and arguments to a Solsta environment.
3+ This project is a GitHub Action that uses Solsta tools and services to assign launch files and arguments to a Solsta environment.
44
55The action is compatible with Windows, Linux, and OSX runners. Windows self-hosted runners require git-bash (https://git-scm.com/ ) in the %PATH%.
66
77## Variables
88
9- * ** solsta_client_id:** Client ID to authenticate usage of Solid State Networks console tools
10- * ** solsta_client_secret:** Secret Key to authenticate usage of Solid State Networks console tools
9+ * ** solsta_client_id:** Client ID to authenticate usage of Solsta console tools
10+ * ** solsta_client_secret:** Secret Key to authenticate usage of Solsta console tools
1111* ** console_version:** Version of Solsta Console Tools to use
1212* ** scripts_version:** Version of Solsta Deploy Scripts to use
1313* ** target_product:** Target product for launch files (case-sensitive)
@@ -34,4 +34,4 @@ Here is an example YAML Fragment in the steps section of a build:
3434` ` `
3535
3636## License
37- (C) 2022 Solid State Networks, LLC . All Rights Reserved.
37+ (C) 2026 Solsta, Inc . All Rights Reserved.
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ name: Solsta Launch Files Action
22description : Configure Launch Files for an environment
33inputs :
44 solsta_client_id :
5- description : Client ID to authenticate usage of Solid State Networks console tools
5+ description : Client ID to authenticate usage of Solsta console tools
66 required : true
77 default : " "
88 solsta_client_secret :
9- description : Secret Key to authenticate usage of Solid State Networks console tools
9+ description : Secret Key to authenticate usage of Solsta console tools
1010 required : true
1111 default : " "
1212 console_version :
You can’t perform that action at this time.
0 commit comments