Skip to content

Commit

Permalink
chore: Update release.yml to include VITE_TMDB_API_KEY environment va…
Browse files Browse the repository at this point in the history
…riable
  • Loading branch information
LuloDev committed Aug 5, 2024
1 parent 6758186 commit a2bdefd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: pnpm install
- name: Build
id: build
env:
VITE_TMDB_API_KEY: ${{ secrets.VITE_TMDB_API_KEY }}
run: |
pnpm run build
cd dist; zip -r ../spoiler-shield-ai.zip *;cd ..
Expand Down

0 comments on commit a2bdefd

Please sign in to comment.