diff --git a/.github/workflows/build_frontend.yaml b/.github/workflows/build_frontend.yaml index 7b8977b..f0c2ee0 100644 --- a/.github/workflows/build_frontend.yaml +++ b/.github/workflows/build_frontend.yaml @@ -33,7 +33,7 @@ jobs: - name: Set environment variables run: | echo "VITE_API_URL=${{ secrets.VITE_API_URL }}" >> ./frontend/.env.production - echo "VITE_YOUTUBE_API_URL=${{ secrets.VITE_YOUTUBE_API_URL }}" >> ./frontend/.env.production + echo "VITE_YOUTUBE_API_KEY=${{ secrets.VITE_YOUTUBE_API_KEY }}" >> ./frontend/.env.production # Build the app - name: Build the app