mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-05-23 06:30:46 +00:00
fix(getGithubRelease): correct token pass
This commit is contained in:
@@ -25,7 +25,7 @@ export default async(version: string, token: string, miscTestBuilds: boolean): P
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'User-Agent': 'setup-bun-github-action',
|
||||
'Authorization': token
|
||||
'Authorization': `token ${token}`
|
||||
}
|
||||
})).json();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user