fix: add token to install

This commit is contained in:
xHyroM 2022-07-28 07:59:44 +02:00
parent 079e10bfd6
commit 89f6825456
5 changed files with 7 additions and 6 deletions

View file

@ -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',