Skip to content

Commit f4f10b6

Browse files
committed
Adding prints to debug tokens
1 parent 3bc8173 commit f4f10b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#/bin/sh
22

3+
echo $RUNNER_ORG
4+
echo $RUNNER_TOKEN
5+
36
cd /runner && \
47
./config.sh --url $RUNNER_ORG --token $RUNNER_TOKEN &&
58
./run.sh &

0 commit comments

Comments
 (0)