Closed nhoizey closed 9 months ago
Hmm... This workflow ran successfully 3 months ago. I don't know why. There may be some change in GitHub side.
I still have the issue, and couldn't find how to fix it.
Are you still using it somewhere and it still works?
Yes. This repository uses itself to update changelog. It ran without errors 17 days ago.
https://github.com/rhysd/changelog-from-release/actions/runs/7667786323
Do you use a protected branch? The repository may reject push due to it.
Thanks, good to know it still works, the issue is on my side.
I use a protected branch, changed the action to use a Pull Request, but it still doesn't work.
I finally managed to make it work with a PR.
I'm trying to use the Action on https://github.com/nhoizey/eleventy-plugin-pack11ty
The changelog file is generated, but I get a 403 error when the Action tries to push the result.
Here's the end of the Action log (without the file content):
Here's the workflow: https://github.com/nhoizey/eleventy-plugin-pack11ty/blob/main/.github/workflows/changelog-from-release.yml