Action automatic releases fails generating changelog
sofiadparamo opened this issue · 2 comments
sofiadparamo commented
When running GitHub Automatic Releases, it fails when Generating Changelog with error: Resource not accessible by integration
I have permissions write-all in the action for the GitHub token, also, if relevant, it's a private repository
marvinpinto commented
I briefly googled that error and it looks like something permissions related. You might need to experiment around and see what that's happening.
1038642892 commented
I came across a similar error, potentially we were both using a fine grained token without the necessary permissions.
I couldn't find a list of required permissions on the repo README but this is what I'm using with success:
Repository permissions
- Read access to metadata
- Read and Write access to code and pull requests