diff --git a/dist/index.js b/dist/index.js index d6ff621..de82661 100644 --- a/dist/index.js +++ b/dist/index.js @@ -27587,7 +27587,7 @@ async function retrieveGithubAccessToken(fullRepo, apiKey) { console.log(`Getting Github access token for`, { owner, repo }); - const url = `${BASE_URL}/github-access-token`; + const url = `${BASE_URL}/repo-access-token`; const res = await fetch(url, { method: 'POST', body: JSON.stringify({ diff --git a/index.js b/index.js index 2519f8d..ee817ca 100644 --- a/index.js +++ b/index.js @@ -28,7 +28,7 @@ async function retrieveGithubAccessToken(fullRepo, apiKey) { console.log(`Getting Github access token for`, { owner, repo }); - const url = `${BASE_URL}/github-access-token`; + const url = `${BASE_URL}/repo-access-token`; const res = await fetch(url, { method: 'POST', body: JSON.stringify({