diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index ed74736..01a5edc 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -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: