Skip to content

Commit

Permalink
(fix): make SEGMENT_WRITE_KEY available to docs publish (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support authored Aug 15, 2024
1 parent 21d08d3 commit c107f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
- name: Publish Docs
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
SEGMENT_WRITE_KEY: ${{ secrets.SEGMENT_WRITE_KEY }}
run: pnpm run docs:publish
2 changes: 1 addition & 1 deletion fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,4 +400,4 @@ redirects:

analytics:
segment:
write-key: ${{ secrets.SEGMENT_WRITE_KEY }}
write-key: ${SEGMENT_WRITE_KEY}

0 comments on commit c107f0d

Please sign in to comment.