Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a1exalexander committed Aug 15, 2024
1 parent d9ec29d commit 54649fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
#
name: Deploy Next.js site to Pages

env:
# Setting an environment variable with the value of a configuration variable
NEXT_PUBLIC_POSTHOG_KEY: ${{ vars.NEXT_PUBLIC_POSTHOG_KEY }}
NEXT_PUBLIC_POSTHOG_HOST: ${{ vars.NEXT_PUBLIC_POSTHOG_HOST }}

on:
# Runs on pushes targeting the default branch
push:
Expand Down

1 comment on commit 54649fd

@vercel
Copy link

@vercel vercel bot commented on 54649fd Aug 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.