We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428b33e commit 56a20f9Copy full SHA for 56a20f9
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
npm run build || echo "Skipping frontend build (optional)"
33
34
- name: 📄 Write .env file from Secret
35
- run: echo "${{ secrets.ENV }}" > .env
+ run: echo "${{ secrets.LARABRIX_ENV }}" > .env
36
37
- name: 🗜️ ZIP Application
38
run: |
0 commit comments