"Error: EACCES: permission denied, open" when running on non-root self-hosted runners #1011
Labels
bug
Something isn't working
response-requested
Waiting on additional info and feedback. Will move to 'closing-soon' in 5 days.
Describe the bug
Hello there everyone,
I have a GitHub Actions Runner Controller (ARC) Runner Set deployed on an EKS cluster, and workflow executions are failing with the following error message:
These pods are running as Nonroot, and the only other reference I see to this behavior is on #156, where the fix ran this action as root.
Expected Behavior
One should be able to assume a given role even when running this action in a non-root container.
Current Behavior
The workflow execution fails with the following error message:
Reproduction Steps
On a runner pod running without root, run the following workflow:
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: