Skip to content

Commit ebdcacc

Browse files
micahwalterclaude
andcommitted
Pass Fathom site ID env var to Next.js build in CI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 742236b commit ebdcacc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747

4848
- name: Build Next.js app
4949
run: npm run build
50+
env:
51+
NEXT_PUBLIC_FATHOM_SITE_ID: ${{ secrets.NEXT_PUBLIC_FATHOM_SITE_ID }}
5052

5153
- name: Configure AWS credentials using OIDC
5254
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)