From ed17e29ef8488fce97a1a2586d82249a731289ac Mon Sep 17 00:00:00 2001 From: Anshul Raj Verma Date: Thu, 26 Dec 2024 23:27:37 +0530 Subject: [PATCH] typo fix in build_frontend workflow --- .github/workflows/build_frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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