There was an error while loading. Please reload this page.
1 parent b8b2e93 commit 1f7a7dfCopy full SHA for 1f7a7df
1 file changed
.github/workflows/deploy-basic-example.yml
@@ -66,6 +66,9 @@ jobs:
66
VITE_HERE_API_KEY: ${{ secrets.VITE_HERE_API_KEY }}
67
VITE_MAPKIT_TOKEN: ${{ secrets.VITE_MAPKIT_TOKEN }}
68
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 }}
72
73
- name: Deploy to Firebase Hosting
74
uses: FirebaseExtended/action-hosting-deploy@v0
@@ -74,3 +77,4 @@ jobs:
77
projectId: mapconductor
75
78
channelId: live
76
79
entryPoint: examples/basic
80
+
0 commit comments