From 9b25c31b2e30d08b525bcd6dc282408c928630e3 Mon Sep 17 00:00:00 2001 From: Gnanavel Premnath Date: Thu, 15 May 2025 22:25:36 -0700 Subject: [PATCH] chore(workflow): replace milvus to MCP --- .github/workflows/notify-docs-update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notify-docs-update.yml b/.github/workflows/notify-docs-update.yml index 463eedf..c82994e 100644 --- a/.github/workflows/notify-docs-update.yml +++ b/.github/workflows/notify-docs-update.yml @@ -8,13 +8,13 @@ on: workflow_dispatch: jobs: - notify-vector-db-update: + notify-docs-update: runs-on: ubuntu-latest steps: - - name: Trigger Vector Database Update + - name: Trigger Documentation Update uses: peter-evans/repository-dispatch@v2 with: token: ${{ secrets.SN_ASSISTANT_TOKEN }} repository: ibm-skills-network/sn-assistant event-type: knowledge-base-update - client-payload: '{"repository_url": "https://github.com/ibm-skills-network/portals-knowledgebase.git", "docs_path": "docs", "collection_alias": "portals_docs", "collection_prefix": "portal_"}' \ No newline at end of file + client-payload: '{"repository_url": "https://portals.skills.network/docs", "library_name": "portals", "version": "1"}' \ No newline at end of file