hypersonic-laboratories/Deploy Helix World
Uploads a Helix automatically
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 16, 2024
- License
- None
Pinned Snippet
uses: hypersonic-laboratories/deploy-world@81f965ac3bad0c89dba71b5357e370a5728386f6 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access_token | Access token for authentication. Can be generated at Account -> Settings | yes | — |
| world_name | Name of the world to upload. Make sure you already have this world created. If not set a world will be created | no | — |
| packages_path | Path to the Packages directory. Defaults to the current directory. | no | . |
| master_endpoint | Defaults to https://api.helixgame.com/v1 | no | https://api.helixgame.com/v1 |
| checkout | Whether to checkout the repository. You only need this if you haven't checked out before this step or if you want a clean copy of your repo. Defaults to true. | no | true |
| ref | Optional git ref to checkout to | no | — |
| private_ssh_key | Private SSH key for authentication in github | no | — |
| gamemap | Game map | no | — |
| gamemode | Game mode | no | — |
| title | Title of the game | no | — |
| description | Description of the game | no | — |
| max_players | Maximum number of players | no | — |
| type_id | Type ID | no | — |
| metadata | Metadata for the game | no | — |
| public_settings | Public settings | no | — |
| tags | Comma-separated list of tags | no | — |
| instanceable | Whether the game is instanceable | no | — |
| matchmaking | Enable matchmaking | no | — |
| min_players | Minimum number of players | no | — |
| password | Game password | no | — |
| allow_universal_items | Allow universal items | no | — |
| max_visitor | Maximum visitors | no | — |
| fqdn | Fully qualified domain name | no | — |
| nft_allowlist | NFT allowlist | no | — |
| use_nft_allowlist | Use NFT allowlist | no | — |
| allowlist | Enable allowlist | no | — |
| loading_screen | Loading screen | no | — |
| is_public | Is the world public | no | — |
| links | Links for what? I don't know I think it is like social media links | no | — |
| packages | Package dependencies | no | — |
| full_description | Full description of the game | no | — |
| can_join_during_match | Can players join during match | no | — |
| assets | list of assets | no | — |
Outputs
| name | description |
|---|---|
| world_id | World ID that was uploaded |
| world_name | World Name that was uploaded |