From 07cafdde5a2ad6a19901e7faa456e028b2bc0380 Mon Sep 17 00:00:00 2001 From: msukkari Date: Mon, 24 Feb 2025 17:18:33 -0800 Subject: [PATCH] use staging posthog papik when building staging image --- .github/workflows/staging-ghcr-public.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-ghcr-public.yml b/.github/workflows/staging-ghcr-public.yml index 4691c11c..b75532df 100644 --- a/.github/workflows/staging-ghcr-public.yml +++ b/.github/workflows/staging-ghcr-public.yml @@ -70,7 +70,7 @@ jobs: outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true build-args: | SOURCEBOT_VERSION=${{ github.ref_name }} - POSTHOG_PAPIK=${{ secrets.POSTHOG_PAPIK }} + POSTHOG_PAPIK=${{ secrets.STAGING_POSTHOG_PAPIK }} - name: Export digest run: |