From f34a16da9a655d40d8f79fb77c329f4e87015a4d Mon Sep 17 00:00:00 2001 From: Trevor Jones Date: Mon, 29 Jan 2024 17:37:11 -0600 Subject: [PATCH] don't assume codecov user for auth check service call fixes #64 Signed-off-by: trevjonez --- src/service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/service.ts b/src/service.ts index 594f516..9aa0c16 100644 --- a/src/service.ts +++ b/src/service.ts @@ -12,7 +12,7 @@ import { export class Codecov { static baseUrl = "https://api.codecov.io"; - static checkAuthPath = "/api/v2/github/codecov"; + static checkAuthPath = "/api/v2/github/"; static _init() { fetchIntercept.register({