File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
.github/scripts/ppc64le/self-hosted-builder Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ Type=simple
88Restart =always
99ExecStartPre =-/usr/bin/docker rm --force actions-runner.%i
1010ExecStartPre =-/usr/local/bin/gh_token_generator.sh /etc/actions-runner/%i/appid.env /etc/actions-runner/%i/installid.env /etc/actions-runner/%i/key_private.pem /etc/actions-runner/%i/ghtoken.env
11+ ExecStartPre =-/usr/local/bin/gh_cat_token.sh /etc/actions-runner/%i/ghtoken.env /etc/actions-runner/%i/ghtoken.socket
1112ExecStart =/usr/bin/docker run \
1213 --env-file =/etc/actions-runner/%i/env \
13- --env-file = /etc/actions-runner/%i/ghtoken.env \
14+ --volume /etc/actions-runner/%i/ghtoken.socket:/run/runner_secret \
1415 --init \
1516 --interactive \
1617 --name =actions-runner.%i \
You can’t perform that action at this time.
0 commit comments