Skip to content

Commit 07cafdd

Browse files
committed
use staging posthog papik when building staging image
1 parent 69db8f2 commit 07cafdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging-ghcr-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
7171
build-args: |
7272
SOURCEBOT_VERSION=${{ github.ref_name }}
73-
POSTHOG_PAPIK=${{ secrets.POSTHOG_PAPIK }}
73+
POSTHOG_PAPIK=${{ secrets.STAGING_POSTHOG_PAPIK }}
7474
7575
- name: Export digest
7676
run: |

0 commit comments

Comments
 (0)