Skip to content

Commit a2bdefd

Browse files
committed
chore: Update release.yml to include VITE_TMDB_API_KEY environment variable
1 parent 6758186 commit a2bdefd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
run: pnpm install
2323
- name: Build
2424
id: build
25+
env:
26+
VITE_TMDB_API_KEY: ${{ secrets.VITE_TMDB_API_KEY }}
2527
run: |
2628
pnpm run build
2729
cd dist; zip -r ../spoiler-shield-ai.zip *;cd ..

0 commit comments

Comments
 (0)