Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission Issue with make doctor Command in GitHub Actions During Pull Request Merge #213

Open
WilliamBonvini opened this issue May 10, 2023 · 1 comment

Comments

@WilliamBonvini
Copy link
Contributor

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:

Error message

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.

@jacebrowning
Copy link
Owner

Does making these files executable fix the problem?

chmod +x bin/*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants