sundialso/Sundial Context Engine sync
Sync playbooks from this repository to Sundial Context Engine
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_url | Sundial Context Engine API base URL (e.g. https://production.us-east-2.api.sundial.work/context-engine) | yes | — |
| token | Service Account Token (sundial_sat_...). Store as a repository secret. | yes | — |
| include | Newline-separated glob patterns of playbook files to sync, relative to the repository root. Defaults to `playbooks/**/*.md`. Examples: include: | playbooks/**/*.md guides/**/*.md docs/runbooks/**/*.md | no | playbooks/**/*.md |
| dry_run | `true` to print what would be added/removed without calling the API. `false` to always publish. Leave empty (default) for auto: dry-run on `pull_request` events, publish on `push` events. | no | "" |
Outputs
no outputs