Skip to content

Commit

Permalink
ci: 🔧 added env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
dobromiryor authored Jun 27, 2024
1 parent a057613 commit 289a170
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
run: npm ci
- name: Build
run: npm run build
env:
VITE_OWM_KEY: ${{ secrets.VITE_OWM_KEY }}
VITE_OWM_URL: ${{ secrets.VITE_OWM_URL }}
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 289a170

Please sign in to comment.