mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-08 19:12:22 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user