Skip to content

Commit 668beee

Browse files
committed
Testing...
1 parent 49cd94d commit 668beee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- run: npm run build
2424
env:
2525
BASE_URL: '/ePlant'
26-
VITE_MAPS_API_KEY: ${{ vars.VITE_MAPS_API_KEY }}
26+
VITE_MAPS_API_KEY: ${{ secrets.VITE_MAPS_API_KEY }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: npm run build
2929
env:
3030
BASE_URL: '/ePlant'
31-
VITE_MAPS_API_KEY: ${{ vars.VITE_MAPS_API_KEY }}
31+
VITE_MAPS_API_KEY: ${{ secrets.VITE_MAPS_API_KEY }}
3232
- run: mv dist _site
3333
- name: Upload artifact
3434
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)