🐛 Bug: post-release.yml action is failing for permission reasons #11
Labels
good first issue
Good for newcomers, please hop on! 🙌
status: accepting prs
Please, send a pull request to resolve this! 🙏
type: bug
Something isn't working :( 🐛
Bug Report Checklist
main
branch of the repository.Expected
The post-release action to succeed.
Actual
The post-release action is failing with the failure
HttpError: Resource not accessible by integration
Consider https://github.com/investec/home-run/actions/workflows/post-release.yml - you can see that after the initial release, the post-release action failed.
Additional Info
It seems that the problem is permissions. See the context on this thread: apexskier/github-release-commenter#545
And also here: JoshuaKGoldberg/create-typescript-app#1682 (comment)
The remedy is updating the
post-release.yml
file with the following:You can see this being attempted successfully here and resolving the issue: https://github.com/johnnyreilly/azdo-npm-auth/actions/runs/12211680069/job/34069255562 - this is a result of this PR johnnyreilly/azdo-npm-auth#19
The text was updated successfully, but these errors were encountered: