Skip to content

Commit

Permalink
Merge pull request #101 from SWYP-InNOut/main
Browse files Browse the repository at this point in the history
Feat/ 상세보기 reponse 받는 방식 변경
  • Loading branch information
chaeyoung103 authored Aug 7, 2024
2 parents e3461d9 + ae8cf7f commit e5770d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
echo "VITE_REACT_APP_HTTP_URL=${{ secrets.VITE_REACT_APP_HTTP_URL }}" >> .env
echo "VITE_REACT_APP_KAKAO_REST_API=${{ secrets.VITE_REACT_APP_KAKAO_REST_API }}" >> .env
echo "VITE_REACT_APP_KAKAO_REDIRECT_URI=${{ secrets.VITE_REACT_APP_KAKAO_REDIRECT_URI }}" >> .env
echo "VITE_REACT_APP_GOOGLE_REDIRECT_URI=${{ secrets.VITE_REACT_APP_GOOGLE_REDIRECT_URI }}" >> .env
- name: Get npm cache directory
id: npm-cache-dir
Expand Down

0 comments on commit e5770d0

Please sign in to comment.