-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GHE Bad Credentials #48
Comments
According to the Octokit docs, |
Disabled |
I do think this is a permission error though I don't have anything on GitHub Enterprise to test. Maybe there is an enterprise setting/restriction not allowing I've seen a similar error when the action runs on pull requests from a fork and lack |
@cgatian not sure if you are still interested in self-hosted GitHub Enterprise support. If so, |
Closing as a duplicate of #69. Even though this PR came first that one has a more appropriate title in that GHE support would be a new feature |
On GHE 3.5 and experiencing the following error:
Other GitHub Actions that take the GITHUB_TOKEN are working. Perhaps the token lacks the specific permission the action needs?
Here are my token permissions:
Maybe it has something to do with setting
antiope
preview? Looks like that's been merged into the official for some time now.https://github.com/ataylorme/eslint-annotate-action/blob/v2/src/constants.ts#L18
The text was updated successfully, but these errors were encountered: