diff --git a/.github/workflows/weekly-search-report.yml b/.github/workflows/weekly-search-report.yml index 04d65fe..d18f50c 100644 --- a/.github/workflows/weekly-search-report.yml +++ b/.github/workflows/weekly-search-report.yml @@ -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. diff --git a/scripts/weekly-search-report/weekly-search-report.ts b/scripts/weekly-search-report/weekly-search-report.ts index e76f4c3..2440d94 100644 --- a/scripts/weekly-search-report/weekly-search-report.ts +++ b/scripts/weekly-search-report/weekly-search-report.ts @@ -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