mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-15 01:31:57 +08:00
⚙️ Update env variables for deploy app workflow
This commit is contained in:
parent
fe1a54f0e1
commit
10ed96ae7b
6
.github/workflows/deploy-app.yml
vendored
6
.github/workflows/deploy-app.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user