Error: Resource not accessible by integration
See original GitHub issueDescribe the bug A clear and concise description of what the bug is.
This error is thrown when auto-assign do not have permission to use the API. auto-assign uses getContents
API to get .github/auto_assign.yml
.
I have confirmed that this error has occurred in the private repository. It seems that auto-assign can access the configuration file, even if you do not have permissions in the public repository.
Previously, auto-assign did not have the permission to use getContents
API. I was pointed out it from the user, added the permission.
To Reproduce Users who have been using this application before changing permissions need to reinstall auto-assign.
Expected behavior auto-assign can read the configuration file.
Screenshots I added the permission after the user pointed out.
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (5 by maintainers)
Top GitHub Comments
I did receive the email and did act on it. I’ve not tested with more than one repo that had already been intermittently working. I’ll observe some more this week.
@kentaro-m Can you explain what
Error: Resource not accessible by integration
means? You’ve not provided more than that…