You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: run.ps1
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,11 @@ $envFlags = @()
167
167
foreach ($vin$keyVars) {
168
168
if (Test-Path"env:$v") { $envFlags+=@('-e',$v) }
169
169
}
170
+
# Non-secret tunables: diagnostics tunables (src/config.ts): forwarded when set so a run can be tuned, and so DIAGNOSTICS_STREAM_DEBUG=1 can be used to answer which stream provider errors actually arrive on. Values are plain numbers/flags, not secrets.
CUSTOM_KEY_ENV="$(grep -oE '"apiKeyEnv"[[:space:]]*:[[:space:]]*"[^"]+"'"$MATRIX_CONFIG_FILE"| head -1 | sed -E 's/.*:[[:space:]]*"([^"]+)".*/\1/'|| true)"
151
156
if [[ -n"$CUSTOM_KEY_ENV" ]];then
152
157
if [[ "$CUSTOM_KEY_ENV"=~ ^[A-Za-z_][A-Za-z0-9_]*$ ]];then
# Non-secret tunables: diagnostics tunables (src/config.ts): forwarded when set so a run can be tuned, and so DIAGNOSTICS_STREAM_DEBUG=1 can be used to answer which stream provider errors actually arrive on. Values are plain numbers/flags, not secrets.
0 commit comments