Skip to content

Commit 9a476ac

Browse files
committed
Wrong token?
1 parent 775472c commit 9a476ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: PostHog/[email protected]
6969
# A CDP destination is set-up to alert when we get this event
7070
with:
71-
posthog-token: '${{ vars.NEXT_PUBLIC_POSTHOG_KEY }}'
71+
posthog-token: '${{ secrets.PERSONAL_ACCESS_KEY }}'
7272
event: 'posthog-examples-repo-test-failure'
7373
properties: >-
7474
{

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: PostHog/[email protected]
7171
# A CDP destination is set-up to alert when we get this event
7272
with:
73-
posthog-token: '${{ vars.NEXT_PUBLIC_POSTHOG_KEY }}'
73+
posthog-token: '${{ secrets.PERSONAL_ACCESS_KEY }}'
7474
event: 'posthog-examples-repo-test-failure'
7575
properties: >-
7676
{

0 commit comments

Comments
 (0)