mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-18 22:30:13 +02:00
chore: build
This commit is contained in:
Vendored
+1
-1
@@ -10,7 +10,7 @@ export default async (version, token, miscTestBuilds) => {
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'User-Agent': 'setup-bun-github-action',
|
||||
'Authorization': token
|
||||
'Authorization': `token ${token}`
|
||||
}
|
||||
})).json();
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user