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
In relation to #64 can functionality be added to allow the runner to be run by a non root user. We have a requirement for this that I'm sure is not all that unusual, where we need a non root user to do build tasks. We are not using Docker to build, but running in the EC2 instance.
I understand that the startup script is run as root, but there must be a way to tell the script to run the GitHub runner service as a different user.