Skip to content

chore: add Inkeep sync workflow#16524

Open
sarahxsanders wants to merge 2 commits intomasterfrom
inkeep-sync
Open

chore: add Inkeep sync workflow#16524
sarahxsanders wants to merge 2 commits intomasterfrom
inkeep-sync

Conversation

@sarahxsanders
Copy link
Copy Markdown
Contributor

@sarahxsanders sarahxsanders commented Apr 22, 2026

Changes

adds a new workflow that triggers Inkeep's source sync API on an hourly cron, so our RAG stays fresher than the default 24-hour sync. it's been reported that docs freshness causes issues for both AI search on the site and in PostHog AI because docs updates go out faster than Inkeep can sync/keep up with

notes:

  • hourly syncing narrows the window without requiring the complexity of syncing on every merge to master
  • the workflow runs on top of Inkeep's default 24-hour sync, so if it ever breaks we fall back to existing behavior automatically
  • each source (docs + handbook) gets its own job rather than sharing one via a matrix strategy this way each job only has access to the secret it needs (CodeQL flagged this)

@sarahxsanders sarahxsanders requested a review from a team April 22, 2026 14:29
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 22, 2026

Deploy preview

Status Details Updated (UTC)
🟢 Ready View preview Apr 22, 2026 02:42PM

Comment thread .github/workflows/inkeep-sync.yml Fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants