We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69db8f2 commit 07cafddCopy full SHA for 07cafdd
.github/workflows/staging-ghcr-public.yml
@@ -70,7 +70,7 @@ jobs:
70
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
71
build-args: |
72
SOURCEBOT_VERSION=${{ github.ref_name }}
73
- POSTHOG_PAPIK=${{ secrets.POSTHOG_PAPIK }}
+ POSTHOG_PAPIK=${{ secrets.STAGING_POSTHOG_PAPIK }}
74
75
- name: Export digest
76
run: |
0 commit comments