Update header for tree request

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-18 15:16:25 +03:00
parent 46425d61c3
commit 5359015c61
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -124,6 +124,7 @@ async function commitChanges(filePath) {
}, },
{ {
headers: { headers: {
'Accept': 'application/vnd.github.v3+json',
'Authorization': `Bearer ${githubToken}`, 'Authorization': `Bearer ${githubToken}`,
}, },
} }