From df357e78470dce6fb7e5b6093930edba79300696 Mon Sep 17 00:00:00 2001 From: bkellam Date: Wed, 26 Mar 2025 16:29:21 -0700 Subject: [PATCH] Add sourcebot cloud environment prop to staging workflow --- .github/workflows/staging-ghcr-public.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/staging-ghcr-public.yml b/.github/workflows/staging-ghcr-public.yml index 4691c11c..b7b590d3 100644 --- a/.github/workflows/staging-ghcr-public.yml +++ b/.github/workflows/staging-ghcr-public.yml @@ -71,6 +71,7 @@ jobs: build-args: | SOURCEBOT_VERSION=${{ github.ref_name }} POSTHOG_PAPIK=${{ secrets.POSTHOG_PAPIK }} + NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT=staging - name: Export digest run: |