Skip to content

Commit b62a5ac

Browse files
committed
🗿
1 parent 70980dc commit b62a5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ingest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
API_KEY: ${{ secrets.AZURE_OPENAI_APIKEY }}
1919
run: |
2020
curl -X POST https://henrikbecker.azurewebsites.net/ai/ingest \
21-
-H "Content-Type: text/html" \
21+
-H "Content-Type: text/plain" \
2222
-H "Authorization: Bearer $API_KEY" \
2323
-H "X-Commit: ${{ github.sha }}" \
2424
-H "X-Source: github" \

0 commit comments

Comments
 (0)