mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-13 08:46:56 +08:00
⚙️ Update build command with env variables
This commit is contained in:
parent
d9856774e6
commit
57590276fd
4
.github/workflows/check-app.yml
vendored
4
.github/workflows/check-app.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user