⚙️ Update build command with env variables
Some checks failed
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🧑‍🚀 Check / 🛠️ Build app (push) Has been cancelled

This commit is contained in:
pheralb 2024-10-01 11:05:58 +01:00
parent d9856774e6
commit 57590276fd

View File

@ -63,3 +63,7 @@ jobs:
- name: Build app
run: pnpm vite:build
env:
UPSTASH_REDIS_TOKEN: ${{ secrets.UPSTASH_REDIS_TOKEN }}
UPSTASH_REDIS_URL: ${{ secrets.UPSTASH_REDIS_URL }}
SVGL_API_REQUESTS: ${{ secrets.SVGL_API_REQUESTS }}