Skip to content

Commit 98e9488

Browse files
committed
fix: add environment variable for Mapbox API key in deployment workflow
1 parent 7e10a1d commit 98e9488

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ jobs:
4141
steps:
4242
- name: Deploy to GitHub Pages
4343
id: deployment
44-
uses: actions/deploy-pages@v4
44+
uses: actions/deploy-pages@v4
45+
env:
46+
VITE_MAPBOX_API_KEY: ${{ secrets.VITE_MAPBOX_API_KEY }}

0 commit comments

Comments
 (0)