Skip to content

Commit efad74a

Browse files
authored
fix: fix up doc search workflow
1 parent 4b0ffee commit efad74a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docsearch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Index docs to Typesense
1717
run: |
1818
docker run \
19-
-e TYPESENSE_API_KEY=${{ vars.TYPESENSE_API_KEY }} \
20-
-e TYPESENSE_HOST="${{ vars.TYPESENSE_HOST }}" \
19+
-e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_API_KEY }} \
20+
-e TYPESENSE_HOST="${{ secrets.TYPESENSE_HOST }}" \
2121
-e TYPESENSE_PORT="443" \
2222
-e TYPESENSE_PROTOCOL="https" \
2323
-e CONFIG="$(cat docs/docsearch-scraper-config.json | jq -r tostring)" \

0 commit comments

Comments
 (0)