Merge 748b1fd9f1cd5ab92a4ab45f6d96c3d97d9887e0 into 54cb141c5c91e2fdc396be3155a391f28e1822eb

This commit is contained in:
Herman Jensen 2025-02-14 10:47:28 +01:00 committed by GitHub
commit b44d3f01cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ export function createBunfig(options: BunfigOptions): string | null {
}
if (url && !owner) {
return `[install]${EOL}registry = "${url}"${EOL}`;
return `[install]${EOL}registry = { token = "$BUN_AUTH_TOKEN", url = "${url}"}${EOL}`;
}
return null;