Skip to content

Commit

Permalink
Add ENV variables to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bartwr committed Nov 18, 2024
1 parent 78699e4 commit 31baa0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
env:
NEXT_PUBLIC_IMBOR_TOKEN: ${{env.NEXT_PUBLIC_IMBOR_TOKEN}}
NEXT_PUBLIC_MAPTILER_API_KEY: ${{env.NEXT_PUBLIC_MAPTILER_API_KEY}}

0 comments on commit 31baa0c

Please sign in to comment.