Skip to content

Commit 1f7a7df

Browse files
committed
update deploy-basic-example.yml
1 parent b8b2e93 commit 1f7a7df

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-basic-example.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
VITE_HERE_API_KEY: ${{ secrets.VITE_HERE_API_KEY }}
6767
VITE_MAPKIT_TOKEN: ${{ secrets.VITE_MAPKIT_TOKEN }}
6868
VITE_AZURE_MAPS_SUBSCRIOTION_KEY: ${{ secrets.VITE_AZURE_MAPS_SUBSCRIOTION_KEY }}
69+
VITE_TOMTOM_API_KEY: ${{ secrets.VITE_TOMTOM_API_KEY }}
70+
VITE_MAPTILER: ${{ secrets.VITE_MAPTILER }}
71+
VITE_LONGDO: ${{ secrets.VITE_LONGDO }}
6972

7073
- name: Deploy to Firebase Hosting
7174
uses: FirebaseExtended/action-hosting-deploy@v0
@@ -74,3 +77,4 @@ jobs:
7477
projectId: mapconductor
7578
channelId: live
7679
entryPoint: examples/basic
80+

0 commit comments

Comments
 (0)