Update node.js.yml
This commit is contained in:
parent
6646b17097
commit
e33d4ee50b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/node.js.yml
vendored
2
.github/workflows/node.js.yml
vendored
|
@ -28,3 +28,5 @@ jobs:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
|
- env:
|
||||||
|
VITE_APIKEY: ${{ secrets.VITE_APIKEY }}
|
||||||
|
|
Reference in a new issue