I'm currently working on a Python library development project using this repository as a template. However, I've run into an issue when attempting to merge a pull request.
The problem arises when the GitHub Actions workflow is triggered. The process fails with the error message shown in the following screenshot:

The error message suggests that there might be a permission-related issue when executing the make doctor command during the workflow run.
For context, I have not made any modifications to the bin/verchew and bin/checksum scripts. They are the original scripts provided with this template.
Any insights into this issue would be greatly appreciated,
thank you very much.