From 5da02eb2f0d8b15704c82c36f2443e819aa8658b Mon Sep 17 00:00:00 2001 From: Tomas Fernandez Date: Thu, 20 Nov 2025 14:26:46 +0000 Subject: [PATCH] docs: add organization ID variable to env vars reference page --- docs/docs/reference/env-vars.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/reference/env-vars.md b/docs/docs/reference/env-vars.md index 2b2a48ac5..18df90af0 100644 --- a/docs/docs/reference/env-vars.md +++ b/docs/docs/reference/env-vars.md @@ -139,6 +139,13 @@ A string with a user-supplied block name. The URL for the organization that owns the project running the current job. +### Organization ID {#organization-id} + +- **Environment variable**: `SEMAPHORE_ORGANIZATION_ID` +- **Example**: `f580f012-1b80-437f-acaf-be038f827270` + +The unique identifier for your organization. + ### Pipeline ID {#pipeline-id} - **Environment variable**: `SEMAPHORE_PIPELINE_ID`