Skip to content

Commit

Permalink
Added posthog action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrewster committed Apr 19, 2024
1 parent 8f8790c commit 480f83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_to_posthog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
)
# Send the payload to PostHog
curl -X POST -H "Authorization: Bearer ${{ secrets.POSTHOG_API_KEY }}" -H "Content-Type: application/json" -d "$PAYLOAD" "https://app.posthog.com/capture"
curl -X POST -H "Authorization: Bearer ${{ POSTHOG_API_KEY }}" -H "Content-Type: application/json" -d "$PAYLOAD" "https://app.posthog.com/capture"

0 comments on commit 480f83e

Please sign in to comment.