We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 591ee62 + 3e66736 commit c48dd29Copy full SHA for c48dd29
1 file changed
.github/workflows/knowledgekeeper.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
echo "🔄 Generating structured commit diff payload..."
22
23
- payload='{"connection_type": "GITHUB", "repository_connection_id": 23, "source_data": ['
+ payload='{"connection_type": "GITHUB", "repository_connection_id": 24, "source_data": ['
24
sep=""
25
26
set +e
@@ -86,8 +86,8 @@ jobs:
86
echo "✅ Final Payload:"
87
echo "$payload" | jq .
88
89
- curl -X POST https://api-core.knowledgekeeper.ai/api/v1/webhooks/git \
90
- -H "x-api-key: 6234a77c99776de3278615469b9e9960d3153a51b49b8fdabd7b9b897e3f30d0" \
+ curl -X POST https://api-core-develop.knowledgekeeper.ai/api/v1/webhooks/git \
+ -H "x-api-key: 90fa979efffb24e7dbf195e43e20d6071621a810e874dc630cf18d579965dc97" \
91
-H "Content-Type: application/json" \
92
-d "$payload"
93
0 commit comments