fix(protocol-matrix): restore live probe auth header
Some checks failed
CI / Quality Gates (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Build & Test (push) Has been cancelled
CI / Release (push) Has been cancelled

This commit is contained in:
phamnazage-jpg
2026-06-11 21:52:24 +08:00
parent 47ced19c7b
commit bdfbaff2a7
6 changed files with 80 additions and 24 deletions

View File

@@ -181,7 +181,7 @@ def run_capture(url: str, api_key: str, method: str, request_headers_path: pathl
"--retry-delay",
str(RETRY_DELAY),
"-H",
"Authorization: Bearer ***",
f"Authorization: Bearer {api_key}",
"-H",
f"X-Hermes-Debug-Request-Headers: {request_headers_path}",
]