Commit fe192ce
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]>1 parent 2413f25 commit fe192ce
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments