mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-04-04 02:30:10 +08:00
fix: allow setting token for default registry
This commit is contained in:
parent
6fb6603cc1
commit
748b1fd9f1
@ -31,7 +31,7 @@ export function createBunfig(options: BunfigOptions): string | null {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (url && !owner) {
|
if (url && !owner) {
|
||||||
return `[install]${EOL}registry = "${url}"${EOL}`;
|
return `[install]${EOL}registry = { token = "$BUN_AUTH_TOKEN", url = "${url}"}${EOL}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user