chore(sync): mirror docs from openclaw/openclaw@98c8920729

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-23 07:48:34 +00:00
parent 2dddeb0a60
commit 539a577509
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "f8894d5b3e8ed467bb58fe2c654c363dd7e5eb9e",
"syncedAt": "2026-04-23T07:47:09.064Z"
"sha": "98c8920729b7374f89a8f49349d16710f9ec1729",
"syncedAt": "2026-04-23T07:48:33.954Z"
}

View File

@ -44,6 +44,8 @@ When debugging real providers/models (requires real creds):
`OpenClaw Release Checks` both call the reusable live/E2E workflow with
`include_live_suites: true`, which includes separate Docker live model
matrix jobs sharded by provider.
- For focused CI reruns, dispatch `OpenClaw Live And E2E Checks (Reusable)`
with `include_live_suites: true` and `live_models_only: true`.
- Add new high-signal provider secrets to `scripts/ci-hydrate-live-auth.sh`
plus `.github/workflows/openclaw-live-and-e2e-checks-reusable.yml` and its
scheduled/release callers.