Skip to content

Commit c48dd29

Browse files
authored
Merge pull request #4 from Shrijeeth/add-workflow-1753100990332
Add KnowledgeKeeper workflow
2 parents 591ee62 + 3e66736 commit c48dd29

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/knowledgekeeper.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
echo "🔄 Generating structured commit diff payload..."
2222
23-
payload='{"connection_type": "GITHUB", "repository_connection_id": 23, "source_data": ['
23+
payload='{"connection_type": "GITHUB", "repository_connection_id": 24, "source_data": ['
2424
sep=""
2525
2626
set +e
@@ -86,8 +86,8 @@ jobs:
8686
echo "✅ Final Payload:"
8787
echo "$payload" | jq .
8888
89-
curl -X POST https://api-core.knowledgekeeper.ai/api/v1/webhooks/git \
90-
-H "x-api-key: 6234a77c99776de3278615469b9e9960d3153a51b49b8fdabd7b9b897e3f30d0" \
89+
curl -X POST https://api-core-develop.knowledgekeeper.ai/api/v1/webhooks/git \
90+
-H "x-api-key: 90fa979efffb24e7dbf195e43e20d6071621a810e874dc630cf18d579965dc97" \
9191
-H "Content-Type: application/json" \
9292
-d "$payload"
9393

0 commit comments

Comments
 (0)