{"id":28420585,"url":"https://github.com/snxd/deploy-github-deploy-action","last_synced_at":"2026-03-02T17:04:23.842Z","repository":{"id":60802268,"uuid":"490875655","full_name":"snxd/deploy-github-deploy-action","owner":"snxd","description":"Deploy Solsta releases","archived":false,"fork":false,"pushed_at":"2025-04-22T21:17:24.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-05T05:28:41.740Z","etag":null,"topics":["deploy","github","integration"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/snxd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-05-10T22:12:41.000Z","updated_at":"2025-04-22T21:17:26.000Z","dependencies_parsed_at":"2024-05-21T20:54:01.288Z","dependency_job_id":"c1d9b3ba-c8e2-4a4b-829c-825a80b4bce2","html_url":"https://github.com/snxd/deploy-github-deploy-action","commit_stats":{"total_commits":35,"total_committers":1,"mean_commits":35.0,"dds":0.0,"last_synced_commit":"91b911161f361a6aa1528c28419076d461c0e2cc"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/snxd/deploy-github-deploy-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snxd","download_url":"https://codeload.github.com/snxd/deploy-github-deploy-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snxd%2Fdeploy-github-deploy-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262102395,"owners_count":23259248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deploy","github","integration"],"created_at":"2025-06-05T03:48:43.199Z","updated_at":"2026-03-02T17:04:18.813Z","avatar_url":"https://github.com/snxd.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solsta Deployments Action for GitHub \n\nThis project is a GitHub Action that uses Solid State Networks tools and services to deploy assets from a build to a CDN for downloading.  \n\nThe action is compatible with Windows, Linux, and OSX runners.  Windows self-hosted runners require git-bash (https://git-scm.com/) in the %PATH%.\n\n## Variables\n\n* **solsta_client_id:**     Client ID to authenticate usage of Solid State Networks console tools\n* **solsta_client_secret:** Secret Key to authenticate usage of Solid State Networks console tools\n* **console_version:**      Version of Solsta Console Tools to use\n* **scripts_version:**      Version of Solsta Deploy Scripts to use\n* **release_version:**      An environment variable or build parameter to use as a version within Solsta (optional)\n* **notes_location:**       Release notes URL (optional)\n* **working_directory:**    Relative path to folder containing deployable artifacts\n* **target_product:**       Target product for deployment (case-sensitive)\n* **target_environment:**   Target environment for deployment (case-sensitive)\n* **target_repository:**    Target repository for deployment (case-sensitive)\n* **hidden_files:**         List of hidden files in format '( \"path1\" \"path2\" etc.. )'\n* **sync_attributes:**      Set to \"true\" to sync attributes from source files.\n* **sync_timestamps:**      Set to \"true\" to sync timestamps from source files.\n* **executable_files:**     List of executable files in format '( \"path1\" \"path2\" etc.. )'\n* **included_files:**       List of include file path masks, format is 'path1/;/*/path/*mask'\n* **excluded_files:**       List of exclude file path masks, format is 'path1/;/*/path/*mask'\n\n## Using\n\nHere is an example YAML Fragment in the steps section of a build\n\n```yaml\n    steps:\n    - name: Deploy Build Assets from bin/ directory\n      uses: snxd/deploy-github-deploy-action@v5\n      with:\n        solsta_client_id:  ${{ secrets.SOLSTA_CLIENT_ID }}\n        solsta_client_secret:  ${{ secrets.SOLSTA_CLIENT_SECRET }}\n        working_directory: 'bin/'\n        console_version: '7.2.49'\n        scripts_version: '3.11.0'\n        release_version: '1.0'\n        notes_location: 'https://release.notes.com/notes1.0.html'\n        target_product: 'Emutil'\n        target_environment: 'Java'\n        target_repository: 'Bin'\n        hidden_files: '( \"bin/D64Search.jar\" \"bin/D64Mod.jar\" )'\n        sync_attributes: 'False'\n        executable_files: '( \"bin/D64Search.jar\" \"bin/D64Mod.jar\" )'\n        included_files: 'bin/*.jar'\n        excluded_files: 'bin/*.txt'\n\n```\n\n\n## License\n(C) 2022 Solid State Networks, LLC.  All Rights Reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnxd%2Fdeploy-github-deploy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnxd%2Fdeploy-github-deploy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnxd%2Fdeploy-github-deploy-action/lists"}