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
self-hosted-runner: run the Actions runner under the SYSTEM account
Previously, the Actions runner was run under the `NT AUTHORITY\NETWORK
SERVICE` account, which lacks the permissions to install Git for
Windows. However, that is precisely what the `git-artifacts` workflow
is supposed to do.
Tweaking the `./config.cmd` invocation by adding `--windowslogonaccount
"NT AUTHORITY\SYSTEM"`` fixes the issue.
Signed-off-by: Dennis Ameling <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments