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
I have been attempting to use the pull request pipeline on GitHub Actions for repositories hosted on our GitHub Enterprise Server Instance and I continuously get this error:
⨯ pipeline: pr-pipeline, error: GET https://api.github.com/repos/RPA-Global/ActionsExperiment/commits/17af711881ebf25800eb6ceeee75937c36346c8c/pulls: 401 Bad credentials []
Seems like an indication that a hard-coded default URL for the GitHub API (api.github.com) is used instead of the GITHUB_SERVER_URL environment variable or the github.api_url from the github context for the relevant GET requests to look at the pull request. Maybe one of these options could be used to make commitsar more flexible for various GitHub hosting options?
The text was updated successfully, but these errors were encountered:
I have been attempting to use the pull request pipeline on GitHub Actions for repositories hosted on our GitHub Enterprise Server Instance and I continuously get this error:
Seems like an indication that a hard-coded default URL for the GitHub API (api.github.com) is used instead of the GITHUB_SERVER_URL environment variable or the github.api_url from the github context for the relevant GET requests to look at the pull request. Maybe one of these options could be used to make commitsar more flexible for various GitHub hosting options?
The text was updated successfully, but these errors were encountered: