mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-19 04:58:25 +02:00
fix: add token to install
This commit is contained in:
parent
079e10bfd6
commit
89f6825456
5 changed files with 7 additions and 6 deletions
|
@ -37,6 +37,7 @@ export default async(version: string, token: string, fullRepository: string, cus
|
|||
]
|
||||
};
|
||||
}
|
||||
|
||||
const release: any = await (await fetch(url, {
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue