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 775472c commit 9a476acCopy full SHA for 9a476ac
.github/workflows/e2e.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: PostHog/[email protected]
69
# A CDP destination is set-up to alert when we get this event
70
with:
71
- posthog-token: '${{ vars.NEXT_PUBLIC_POSTHOG_KEY }}'
+ posthog-token: '${{ secrets.PERSONAL_ACCESS_KEY }}'
72
event: 'posthog-examples-repo-test-failure'
73
properties: >-
74
{
.github/workflows/integration.yml
@@ -70,7 +70,7 @@ jobs:
75
76
0 commit comments