⚙️ Update env variables for deploy app workflow
Some checks failed
🛠️ Check / Testing with Vitest (push) Has been cancelled
🛠️ Check / SVGs Size (push) Has been cancelled
🚀 Deploy APP / build (20) (push) Has been cancelled

This commit is contained in:
pheralb 2024-09-28 19:00:46 +01:00
parent fe1a54f0e1
commit 10ed96ae7b

View File

@ -11,6 +11,12 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [20] node-version: [20]
env:
SVGL_API_REQUESTS: ${{ secrets.SVGL_API_REQUESTS }}
UPSTASH_REDIS_URL: ${{ secrets.UPSTASH_REDIS_URL }}
UPSTASH_REDIS_TOKEN: ${{ secrets.UPSTASH_REDIS_TOKEN }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4