-
Notifications
You must be signed in to change notification settings - Fork 102
Error: EACCES: permission denied, mkdir '/github/workspace/cdk.out/... #36
Comments
We also ran into that issue with some of our workflows. Unfortunately we did not have enough time to really do a deep dive, so the short workaround solution was another fork and manually downgrading the alpine version to 3.13 and than using that fork in our workflows. I guess #35 should work in most cases, but it seems that there are some cases in which the access rights of the files are clashing Fork: The change that "fixes" it |
@youyo it seems that it's not working reliable with alpine 3.14, do you think it might make sense to merge this fork onto master. With 3.13 it is working reliable for me? |
@FDR123 |
@youyo Thanks for taking care of it! |
After the issue #34 and its fix, my
cdk deploy
is failing. This is the log:There's an action before that one, using
actions/checkout@v2
. Not sure if that's interfering. I tried to add permissions with chmod but I'm not sure what's going on.The text was updated successfully, but these errors were encountered: