Skip to content

Commit 47f30a3

Browse files
added mising file
1 parent 39978de commit 47f30a3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/scripts/s390x-ci/self-hosted-builder/fs/usr/bin/actions-runner

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ fi
1111

1212
token_file=registration-token.json
1313

14+
ACCESS_TOKEN="$(cat /run/runner_secret)"
15+
1416
# Generate registration token
1517
curl \
1618
-X POST \
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
TOKEN_FILE=$1
4+
TOKEN_PIPE=$2
5+
6+
mkfifo "${TOKEN_PIPE}"
7+
cat "${TOKEN_FILE}" > "${TOKEN_PIPE}" &

0 commit comments

Comments
 (0)