From c0166fbde19eb66bbc611f96dbb1216bad69fafb Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Tue, 13 May 2025 09:23:41 +0200 Subject: [PATCH] update --- src/github-helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github-helper.ts b/src/github-helper.ts index 6d41e06..766a5fd 100644 --- a/src/github-helper.ts +++ b/src/github-helper.ts @@ -47,7 +47,7 @@ export class GitHubHelper { options.auth = `${token}` } if (githubServerHostname !== 'github.com') { - options.baseUrl = `https://${githubServerHostname}/api/v3` + options.baseUrl = `https://${githubServerHostname}/api/v1` } else { options.baseUrl = 'https://api.github.com' }