You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to use the newer github app token authentication we receive the following error:
FATA[0000] while checking if 'owners' checker is satisfied: unknown error occurred while calling GitHub: Get "https://git.companyname.com/api/v3/repos/orgname/reponame": could not refresh installation id 47's token: received non 2xx response status "404 Not Found" when fetching https://api.github.com/app/installations/47/access_tokens
It's possible that I have this misconfigured, but it's also possible this is a bug. The mismatched URLs in the error message are concerning.
I suspect the correct URL to hit for us would be: https://git.companyname.com/api/v3/app/installations/47/access_tokens
Do you have any suggestions on how we might be able to resolve this?
Expected result
Authentication passes.
Actual result
Authentication fails.
Steps to reproduce
Configure a github app for codeowners validation via github enterprise.
Troubleshooting
The text was updated successfully, but these errors were encountered:
Description
When attempting to use the newer github app token authentication we receive the following error:
It's possible that I have this misconfigured, but it's also possible this is a bug. The mismatched URLs in the error message are concerning.
I suspect the correct URL to hit for us would be:
https://git.companyname.com/api/v3/app/installations/47/access_tokens
Do you have any suggestions on how we might be able to resolve this?
Expected result
Authentication passes.
Actual result
Authentication fails.
Steps to reproduce
Configure a github app for codeowners validation via github enterprise.
Troubleshooting
The text was updated successfully, but these errors were encountered: