fix(secrets): explicitly pass BWS_SERVER_URL to resolver for self-hosted instances (#93929)

Merged via squash after the required `scripts/pr merge-run` workflow falsely flagged a non-overlapping mainline refactor as an overlap.

Prepared head SHA: dc0bba965a
Co-authored-by: Pandah97 <80405497+Pandah97@users.noreply.github.com>
Co-authored-by: Vincent Koc <25068+vincentkoc@users.noreply.github.com>
Reviewed-by: @vincentkoc
This commit is contained in:
huangjianxiong
2026-06-17 22:04:48 +08:00
committed by GitHub
parent e7aa2a66f2
commit 73df6d48af
3 changed files with 63 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ const main = async () => {
encoding: "utf8",
env: {
BWS_ACCESS_TOKEN: process.env.BWS_ACCESS_TOKEN,
BWS_SERVER_URL: process.env.BWS_SERVER_URL,
PATH: process.env.PATH || "",
},
maxBuffer: 1024 * 1024,