We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0ffee commit efad74aCopy full SHA for efad74a
.github/workflows/docsearch.yml
@@ -16,8 +16,8 @@ jobs:
16
- name: Index docs to Typesense
17
run: |
18
docker run \
19
- -e TYPESENSE_API_KEY=${{ vars.TYPESENSE_API_KEY }} \
20
- -e TYPESENSE_HOST="${{ vars.TYPESENSE_HOST }}" \
+ -e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_API_KEY }} \
+ -e TYPESENSE_HOST="${{ secrets.TYPESENSE_HOST }}" \
21
-e TYPESENSE_PORT="443" \
22
-e TYPESENSE_PROTOCOL="https" \
23
-e CONFIG="$(cat docs/docsearch-scraper-config.json | jq -r tostring)" \
0 commit comments