Skip to content

Commit 718b27a

Browse files
committed
fix ci env var for typesense api key
1 parent 8c35355 commit 718b27a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
node-version: 22.18.0
6363
- name: "Setting up environment variables into .env.production file"
6464
run: |
65-
echo "TYPESENSE_API_KEY='$TYPESENSE_API_KEY'" >> .env.production
65+
echo "TYPESENSE_API_KEY='${{ vars.TYPESENSE_API_KEY }}" >> .env.production
6666
6767
- name: "Setting deployment"
6868
id: deploymentUrl

0 commit comments

Comments
 (0)