machuz/EIS — Upload Signals
Analyze this repo's git history and upload only the signals (code never leaves the runner) to the OrbitLens observatory.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | OrbitLens Ace API token (Bearer). Required unless upload is false. Create one in Ace → Settings → API tokens and store it as a repo secret. | no | "" |
| upload | Upload the signals to the observatory. Set to 'false' for a dry run that analyzes only (no token or network needed) — e.g. to smoke-test the action. | no | true |
| api-url | Observatory base URL. Override for staging or a self-hosted observatory. | no | https://api.orbitlens.io |
| version | EIS release to use (e.g. v2.16.0). 'latest' resolves the newest stable release. | no | latest |
| working-directory | Directory of the git repo to analyze. | no | . |
| args | Extra flags appended to `eis analyze` (e.g. --recursive, --config eis.yaml). | no | "" |
Outputs
no outputs