Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 20, 2024
1 parent ade97e1 commit 1d519e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typesense.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- run: |
docker run -it -e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_API_KEY }} \
docker run -e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_API_KEY }} \
-e TYPESENSE_HOST=${{ secrets.TYPESENSE_HOST }} \
-e TYPESENSE_PORT=443 \
-e TYPESENSE_PROTOCOL=https \
Expand Down

0 comments on commit 1d519e8

Please sign in to comment.