We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70980dc commit b62a5acCopy full SHA for b62a5ac
.github/workflows/ingest.yml
@@ -18,7 +18,7 @@ jobs:
18
API_KEY: ${{ secrets.AZURE_OPENAI_APIKEY }}
19
run: |
20
curl -X POST https://henrikbecker.azurewebsites.net/ai/ingest \
21
- -H "Content-Type: text/html" \
+ -H "Content-Type: text/plain" \
22
-H "Authorization: Bearer $API_KEY" \
23
-H "X-Commit: ${{ github.sha }}" \
24
-H "X-Source: github" \
0 commit comments