This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Description
Hi there!
When trying to run this exercise and following the instructions, I noticed that no commit history was generated on my new repo. The workflow "Initial commit" failed to run successfully with a 403 Error: No write permissions on the repository.
Once I change the Actions read-only default permissions on the repo (as seen below) to read and write, and re-run the workflow, the exercise was correctly initialized:

Perhaps updating the instructions should be enough of a fix?