melink14/rikaikun

Github actions can't push fix commits to PRs from forks

melink14 opened this issue · 0 comments

This is because the default github token only has write permission to it's own repository.

If I use a personal access token it should work as long as the fork sets "allow maintainers to push commits".

For rikaikunbot, I'd need to ensure the create pull request API also set that setting.