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 73c0f2a commit c6ace10Copy full SHA for c6ace10
.github/workflows/ci.yaml
@@ -25,6 +25,8 @@ jobs:
25
run: npm install
26
27
- name: Build Project
28
+ env:
29
+ VITE_EMAIL_API_KEY: ${{ secrets.VITE_EMAIL_API_KEY }}
30
run: npm run build
31
32
- name: Upload artifact to enable deployment
0 commit comments