hypersonic-laboratories/Deploy Helix Package
Builds and publishes a new version of a HELIX Package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 30, 2025
- License
- None
Pinned Snippet
uses: hypersonic-laboratories/helix-package-ci-example@98ea068b41a26f6b30f9cd5aa8a7ea0e94624163 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| skip_deploy | If true, skip deployment steps entirely. | no | false |
| access_token | Access token for authentication. Can be generated on the HELIX Hub: Account -> Access Tokens. | no | — |
| use_login | Use username/password to login and get access token if access_token is not provided | no | false |
| Email for login (used if use_login is true) | no | — | |
| password | Password for login (used if use_login is true) | no | — |
| create | Create package if it doesn't exist | no | — |
| package_name | Name of the package | no | — |
| package_slug | Slug of the package (used for identification) | no | — |
| master_endpoint | Endpoint to use for the API. Defaults to https://api.helixgame.com. | no | https://api.helixgame.com |
| path | Path to the package folder to upload. | no | . |
| package_type | Type of package (Map, Gamemode, Script, etc.) | no | — |
| description | Description of the package | no | — |
Outputs
no outputs