Git Action showing Permission Denied: I have an error when pushing my code under yarn generate which causes check failure Run .github/scripts/check-generate.sh /home/runner/work/_temp/f8e35a4a-aca8-4505-bb51-f91ca590d9bd.sh: line 1: .github/scripts/check-generate.sh: Permission denied Error: Process completed with exit code 126.
CodePudding user response:
git update-index --chmod= x ./.github/scripts/check-generate.sh
CodePudding user response:
Git Action Showing Permission Denied
I realized that git update-index --chmod= x ./.github/scripts/**here you input the failing script.**
n this solved it thank you.
If you wish to find out more on it read: https://github.community/t/action-showing-permission-denied/134957.