You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
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?