Skip to content

Commit

Permalink
Fix : .env api setting
Browse files Browse the repository at this point in the history
  • Loading branch information
JangGusWjd committed Sep 8, 2024
1 parent d82ce05 commit f5d93b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
node-version: "18.17.0" # 사용 중인 Node.js 버전 설정

- name: .env setting
run: |
echo "REACT_APP_SERVER_URL=${{ secrets.REACT_APP_SERVER_URL }}" >> .env
echo "REACT_APP_AI_URL=${{ secrets.REACT_APP_AI_URL }}" >> .env
- name: Install Dependencies # 의존 파일 설치
run: npm install

Expand Down

0 comments on commit f5d93b5

Please sign in to comment.