Update tree request headers

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-18 15:29:05 +03:00
parent 8d082d9bf8
commit e99909cbdb
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -125,6 +125,7 @@ async function commitChanges(filePath) {
headers: {
'Accept': 'application/vnd.github+json',
'Authorization': `Bearer ${githubToken}`,
'X-GitHub-Api-Version': '2022-11-28'
},
}
);