Fix 401 error on GitHub Enterprise Server by passing GITHUB_API_URL to Octokit by uc4w6c · Pull Request #108 · anthropics/claude-code-action

Summary This PR fixes a 401 Unauthorized error that occurs in GitHub Enterprise Server by specifying the baseUrl when creating the Octokit instance. #107 Changes Adds baseUrl: GITHUB_API_URL to Oc...