From 0d5bd3e0d1b3f0a107d2fe9fd043fb2881d85d83 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Wed, 28 Feb 2024 13:34:03 -0500 Subject: [PATCH] Document environment variables --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 398c412..07a6ea3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # semaphore-runner Runner for semaphore runner with custom environment dependencies + +## Configuration + +```shell +SEMAPHORE_RUNNER_REGISTRATION_TOKEN= # (required) registration token to authenticate to the server +SEMAPHORE_RUNNER_API_URL= # (required) URL of the Semaphore server API +SEMAPHORE_RUNNER_CONFIG_FILE= # runner state file +SEMAPHORE_RUNNER_MAX_PARALLEL_TASKS= # Maximum parallel tasks the runner can run at once +```