Skip to content

Commit 08ea391

Browse files
committed
testing
1 parent 58adf8c commit 08ea391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-runner/node-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ REG_TOKEN=$(curl -s -X POST \
126126

127127
# --- CONFIGURE RUNNER ---
128128
echo "[+] Configuring runner ${RUNNER_NAME}..."
129-
./config.sh \
129+
sudo -u $RUNAS_USER ./config.sh \
130130
--unattended \
131131
--url "${RUNNER_SCOPE}" \
132132
--token "${REG_TOKEN}" \

0 commit comments

Comments
 (0)