Skip to content

Commit

Permalink
Config: env에 REACT_APP_KAKAO_LOGIN 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Joowon Lim authored and Joowon Lim committed Nov 13, 2023
1 parent c074ecd commit 721f18d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
echo "NODE_PATH=src/" >> .env
echo "REACT_APP_API_ROOT=${{ secrets.TEST_REACT_APP_API_ROOT }}" >> .env
echo "REACT_APP_HOME_URL=${{ secrets.TEST_REACT_APP_HOME_URL }}" >> .env
echo "REACT_APP_KAKAO_LOGIN=${{ secrets.TEST_REACT_APP_KAKAO_LOGIN }}" >> .env
- name: cat env file
run: cat .env
Expand Down

0 comments on commit 721f18d

Please sign in to comment.