Skip to content

Commit

Permalink
typo fix in build_frontend workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arv-anshul committed Dec 26, 2024
1 parent 6fddb8f commit ed17e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed17e29

Please sign in to comment.