Skip to content

Commit

Permalink
github workflow add env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lhapaipai committed Sep 30, 2024
1 parent 7f036c2 commit 3fb3ee6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-lonlat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
run: "pnpm i --frozen-lockfile"

- name: Build pentatrion-geo and front
env:
VITE_MAPTILER_TOKEN: ${{ secrets.VITE_MAPTILER_TOKEN }}
VITE_GOOGLE_MAPS_API_TOKEN: ${{ secrets.VITE_GOOGLE_MAPS_API_TOKEN }}
VITE_OPENROUTESERVICE_TOKEN: ${{ secrets.VITE_OPENROUTESERVICE_TOKEN }}
run: pnpm run build

- name: Upload artifact
Expand Down

0 comments on commit 3fb3ee6

Please sign in to comment.