From 3509ffd4785a798f0e455a48b57f9af735f50dff Mon Sep 17 00:00:00 2001 From: Bo Zimmerman Date: Wed, 7 Jan 2026 15:59:32 -0700 Subject: [PATCH] Fix branding from Solid State Networks to Solsta --- README.md | 8 ++++---- action.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 58d92d2..fc286c5 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Solsta Deployments Action for GitHub -This project is a GitHub Action that uses Solid State Networks tools and services to deploy assets from a build to a CDN for downloading. +This project is a GitHub Action that uses Solsta tools and services to deploy assets from a build to a CDN for downloading. The action is compatible with Windows, Linux, and OSX 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 +* **solsta_client_id:** Client ID to authenticate usage of Solsta console tools +* **solsta_client_secret:** Secret Key to authenticate usage of Solsta console tools * **console_version:** Version of Solsta Console Tools to use * **scripts_version:** Version of Solsta Deploy Scripts to use * **release_version:** An environment variable or build parameter to use as a version within Solsta (optional) @@ -52,4 +52,4 @@ Here is an example YAML Fragment in the steps section of a build ## License -(C) 2022 Solid State Networks, LLC. All Rights Reserved. +(C) 2026 Solsta Inc. All Rights Reserved. diff --git a/action.yml b/action.yml index 1e43587..0989406 100644 --- a/action.yml +++ b/action.yml @@ -2,11 +2,11 @@ name: Solsta Deployment Action description: Deploy a release inputs: solsta_client_id: - description: Client ID to authenticate usage of Solid State Networks console tools + description: Client ID to authenticate usage of Solsta console tools required: true default: "" solsta_client_secret: - description: Secret Key to authenticate usage of Solid State Networks console tools + description: Secret Key to authenticate usage of Solsta console tools required: true default: "" console_version: