Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/weekly-search-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
# SLACK_ENGR_WEBHOOK; the org-level secret is SLACK_WEBHOOK_ENGR.
# Unset → the success ping is simply skipped.
SLACK_ENGR_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_ENGR }}
# Pathfinder project page where weekly reports land.
NOTION_PARENT_PAGE_ID: "3373aa38-1852-8152-a10b-e4aa1b8a667e"
# Gap Reports page where weekly reports land.
NOTION_PARENT_PAGE_ID: "3793aa38-1852-80a5-89d3-c3d37147aa22"
# Production analytics API base.
ANALYTICS_BASE_URL: "https://mcp.copilotkit.ai"
# 7-day lookback window.
Expand Down
2 changes: 1 addition & 1 deletion scripts/weekly-search-report/weekly-search-report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ export interface RunDeps {
}

const DEFAULT_BASE_URL = "https://mcp.copilotkit.ai";
const DEFAULT_PARENT_PAGE_ID = "3373aa38-1852-8152-a10b-e4aa1b8a667e";
const DEFAULT_PARENT_PAGE_ID = "3793aa38-1852-80a5-89d3-c3d37147aa22";

/**
* Build the real (network-backed) fetchJson bound to a base URL + token, modeled
Expand Down