mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 18:50:10 +08:00
fix: add bearer prefix for token
This commit is contained in:
parent
d51557d049
commit
6c4630f166
@ -65,7 +65,7 @@ async function getShaDownloadMeta(options: Input): Promise<DownloadMeta> {
|
||||
return {
|
||||
url: artifacts.artifacts.find((item) => item.name === name)
|
||||
.archive_download_url,
|
||||
auth: token,
|
||||
auth: `Bearer ${token}`,
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user