observo-ai/Observo Setup
Authenticate the current GitHub Actions workflow with Observo via OIDC and create a test run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| plan | Observo plan key for this run (e.g. E2E-MAIN). Required. | yes | — |
| api-base-url | Observo API base URL. Override for self-hosted / staging. | no | https://api.observoai.co |
| audience | OIDC audience claim. Should match the Observo backend expects. | no | https://api.observoai.co |
| run-name | Optional human-readable run name. Defaults to "${{ github.workflow }} #${{ github.run_number }}". | no | "" |
Outputs
| name | description |
|---|---|
| run-key | The OBSERVO_RUN_KEY exported to subsequent steps. Also written to $GITHUB_ENV. |
| session-token | Short-lived Observo PASETO session token. Also exported as OBSERVO_TOKEN env. |