Skip to content

Commit

Permalink
test: variables integrity v3
Browse files Browse the repository at this point in the history
  • Loading branch information
shu-vro committed Aug 11, 2024
1 parent ede0118 commit 6224ced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-vite-vanilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ concurrency:
group: "pages"
cancel-in-progress: true

env:
VITE_MAPBOX_ACCESS_TOKEN: ${{ secrets.VITE_MAPBOX_ACCESS_TOKEN }}
VITE_EMAILJS_ACCESS_TOKEN: ${{ secrets.VITE_EMAILJS_ACCESS_TOKEN }}
jobs:
# Single deploy job since we're just deploying
deploy:
Expand All @@ -39,9 +42,6 @@ jobs:
run: npm ci
- name: Build
run: npm run build
env:
VITE_API_KEY: ${{ secrets.VITE_MAPBOX_ACCESS_TOKEN }}
VITE_API_URL: ${{ secrets.VITE_EMAILJS_ACCESS_TOKEN }}
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 6224ced

Please sign in to comment.