beets
beets copied to clipboard
Meta: "Resource not accessible by integration" in github workflow
The workflow to auto-request a changelog in incoming PRs isn't working, it seems to always generate an error and it doesn't add the desired comment to the PR. Example from one of mine:
https://github.com/beetbox/beets/actions/runs/7074741000/job/19256121899
Thank you! Just adding @Serene-Arc (who originally added this in #4949) to the thread here in case she would like to take a look.
Uh oh, thanks. I'll take a look into it!
@sampsyo the issue for this seems to be in the workflow security settings, where the github token needs some permissions to be able to write to the repository. That will solve the problem according the Holy StackOverflow.