Skip to content

Commit

Permalink
👷 Add PostHog environment variables to daily workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 23, 2025
1 parent 6e889ec commit d9e23c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
MESSAGE_WEBHOOK_URL: "${{ secrets.MESSAGE_WEBHOOK_URL }}"
POSTHOG_PROJECT_ID: "${{ secrets.POSTHOG_PROJECT_ID }}"
POSTHOG_DAILY_DASHBOARD_ID: "${{ secrets.POSTHOG_DAILY_DASHBOARD_ID }}"
NEXT_PUBLIC_POSTHOG_KEY: "${{ secrets.NEXT_PUBLIC_POSTHOG_KEY }}"
NEXT_PUBLIC_POSTHOG_HOST: "${{ secrets.NEXT_PUBLIC_POSTHOG_HOST }}"
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v2
Expand Down

0 comments on commit d9e23c1

Please sign in to comment.