There was an error while loading. Please reload this page.
1 parent 8c35355 commit 718b27aCopy full SHA for 718b27a
1 file changed
.github/workflows/ci.yaml
@@ -62,7 +62,7 @@ jobs:
62
node-version: 22.18.0
63
- name: "Setting up environment variables into .env.production file"
64
run: |
65
- echo "TYPESENSE_API_KEY='$TYPESENSE_API_KEY'" >> .env.production
+ echo "TYPESENSE_API_KEY='${{ vars.TYPESENSE_API_KEY }}" >> .env.production
66
67
- name: "Setting deployment"
68
id: deploymentUrl
0 commit comments