zama-ai/On-demand self-hosted runner for GitHub Actions

GitHub Action for automatic AWS EC2 instance provisioning as a GitHub Actions self-hosted runner.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
modeSpecify here which mode you want to use: - 'start' - to start a new runner; - 'stop' - to stop the previously created runner.yes
github-tokenGitHub Personal Access Token with the 'repo' scope assigned.yes
slab-urlURL to Slab CI server.yes
job-secretSecret key used by Slab to perform HMAC computation.yes
backendBackend provider name to look for in slab.toml file in repository that uses the action. This input is required if you use the 'start' mode.no
profileProfile to use as described slab.toml file in repository that uses the action. This input is required if you use the 'start' mode.no
labelName of the unique label assigned to the runner. The label is used to remove the runner from GitHub when the runner is not needed anymore. This input is required if you use the 'stop' mode.no
namedescription
labelName of the unique label assigned to the runner. The label is used in two cases: - to use as the input of 'runs-on' property for the following jobs; - to remove the runner from GitHub when it is not needed anymore.