Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base/register.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fi
if [ -n "${RUNNER_TOKEN:-}" ]; then
set -x
./config.sh \
--name $(hostname) \
--name ${RUNNER_NAME:-$(hostname)} \
--token ${RUNNER_TOKEN} \
--url ${registration_url} \
--work ${RUNNER_WORKDIR} \
Expand Down
1 change: 1 addition & 0 deletions docs/runner-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ podman run \
--env GITHUB_OWNER=redhat-actions \
--env GITHUB_REPOSITORY=openshift-actions-runner \
--env RUNNER_LABELS="local,podman" \
--env RUNNER_NAME=redhat-actions-runner-0
--rm -v runner:/persistence \
--entrypoint='' \
quay.io/redhat-github-actions/runner:latest \
Expand Down