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
We have self hosted runners which are ephemeral in state, and we have started seeing the below Permission denied errors
Error: An error occurred trying to start process '/opt/actions-runner/externals/node20/bin/node' with working directory in the workflow
'/opt/actions-runner/_work/gandalf/gandalf'. Permission denied
FWIW the error goes away if we re-run the workflow..
Any help to resolve this issue will be highly appreciated.
Let me know if more information is needed to debug, will be happy to share the same.
Thank you,
Apoorva
The text was updated successfully, but these errors were encountered:
Agree this is most likely a problem related how you setup the runner. By re-running you creat a new runner (ephemeral) and all persisted data is gone. A permission error could be related to permissions used by the agent and your job. For example running as non root and using docker in several steps can cause permissions clashes on the file system.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs. Thank you for your contributions.
Hello!
We have self hosted runners which are ephemeral in state, and we have started seeing the below Permission denied errors
Error: An error occurred trying to start process '/opt/actions-runner/externals/node20/bin/node' with working directory in the workflow
'/opt/actions-runner/_work/gandalf/gandalf'. Permission denied
FWIW the error goes away if we re-run the workflow..
Any help to resolve this issue will be highly appreciated.
Let me know if more information is needed to debug, will be happy to share the same.
Thank you,
Apoorva
The text was updated successfully, but these errors were encountered: