mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
Update tree request headers
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
8d082d9bf8
commit
e99909cbdb
1
index.js
1
index.js
@ -125,6 +125,7 @@ async function commitChanges(filePath) {
|
|||||||
headers: {
|
headers: {
|
||||||
'Accept': 'application/vnd.github+json',
|
'Accept': 'application/vnd.github+json',
|
||||||
'Authorization': `Bearer ${githubToken}`,
|
'Authorization': `Bearer ${githubToken}`,
|
||||||
|
'X-GitHub-Api-Version': '2022-11-28'
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user