📝

【GitHub】Update this repo's README with latest blog posts with yml file

2024/09/11に公開

1. What is this article

This is a solution to this error on github. This occurred when trying to automate an update to GitHub's top profile repository.

・Error

Writing to ./README.md
[main bd3841f] Updated with the latest blog posts
 1 file changed, 5 insertions(+), 1 deletion(-)
remote: Permission to yuto-m12/yuto-m12.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/yuto-m12/yuto-m12.git/': The requested URL returned error: 403

・Solution
Please check the applicable_repository/settings/actions/general/Workflow permissions on the GitHub website, and click the Read and write permissions.

This is over, thank you for reading.

Discussion