orbitci/Orbit - Setup Orbit CI agent
Sets up Orbit CI agents in your Github Actions workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| orbitci_server_addr | The address of the Orbit CI server to connect to | no | api.us.orbit.ci |
| orbitci_api_token | The API token used to publish events to Orbit CI | yes | — |
| version | The version of Orbit CI binaries to install. | no | v0.13.1 |
| releases_repo | The repository name containing Orbit CI release artifacts | no | agent-releases |
| env_allowlist | Comma-separated list of user-defined environment variables to capture and include in telemetry. Each env var name must begin with `ORBITCI_USER_`. E.g. `ORBITCI_USER_CI_STAGE,ORBITCI_USER_PIPELINE_VERSION` | no | "" |
Outputs
| name | description |
|---|---|
| version | The version of the Orbit CI binaries that were installed |