-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self hosted runner asks for password #38
Comments
It is by design behavior because command to switch Xcode should be run with Probably, you can disable password for sudo on your self-hosted agent. I have seen a lot of self-hosted agents with disabled sudo but you should take security concern into account (how this agent is used, who has an access to it and etc) |
Got it, thanks for the answer. |
Github-provided runners allow full Disabling password for executing commands with In our case, the command in question is Execute
See https://stackoverflow.com/a/63602993 for more details |
@maxim-lobanov I guess this could be added to the docs/mentioned in the README? Seems like a pretty common case for self-hosted runners, and the solution is basically a one-liner added to the |
When running in a self-hosted runner it asks for the password of the current user. Any ideas on how to work around it?
The text was updated successfully, but these errors were encountered: