Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.1 KB

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:

    steps:
    - name: Setup Solsta Dependencies
      uses: snxd/deploy-github-setup-action@v4
      with:
        console_version: '7.2.49'
        scripts_version: '3.10.0'
        solsta_client_id: ${{ secrets.SOLSTA_CLIENT_ID }}
        solsta_client_secret: ${{ secrets.SOLSTA_CLIENT_SECRET }}

License

(C) 2024 Solid State Networks, LLC. All Rights Reserved.