From 43d1b00fa99f3d1962fc835d27e5bcbdfae1bbfb Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sun, 20 Dec 2020 15:40:39 +0100 Subject: [PATCH] Working --- app/tasks/UpdateGithubReadme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tasks/UpdateGithubReadme.ts b/app/tasks/UpdateGithubReadme.ts index 687b208..d3075ed 100644 --- a/app/tasks/UpdateGithubReadme.ts +++ b/app/tasks/UpdateGithubReadme.ts @@ -55,7 +55,7 @@ export async function UpdateGitHubReadme(): Promise { let new_content = content.replace(old_stats_table, stats_table); new_content = new_content.replace(old_infos_table, infos_table) - await axios.put('https://api.github.com/repos/ArthurDanjou/arthurdanjou/contents/README.md', { + await axios.put('https://api.github.com/repos/ArthurDanjou/ArthurDanjou/contents/README.md', { headers: { authorization: `Bearer ${Env.get('GITHUB_TOKEN')}` },