mythologyli/Setup Alice EVO Runner
Dynamically provisions an Ephemeral EVO instance as a GitHub self-hosted runner.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| evo_api_token | API Token for Alice EVO Cloud | yes | — |
| github_token | GitHub PAT with repo access to register the runner | yes | — |
| product_id | EVO Plan ID (e.g., 41 for Ultra, 38 for Micro) | no | 38 |
| os_id | OS ID (e.g., 4 for Ubuntu 22.04 Minimal) | no | 4 |
| runner_version | GitHub Actions Runner version to install, or "latest" | no | latest |
| max_runtime | Max runtime in hours (fallback to auto-destroy) | no | 2 |
| install_docker | Whether to install Docker on the runner | no | false |
Outputs
| name | description |
|---|---|
| instance_id | The ID of the deployed EVO instance |
| runner_label | The unique label to use in your job runs-on |