Skip to content

Commit

Permalink
[PDW-67] fix: github action env 변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeon1120 committed Nov 8, 2023
1 parent 4e1d0a5 commit 71e64a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Create env file
run: |
echo REACT_APP_DEV_HOST=${{ secrets.REACT_APP_DEV_HOST }} > .env
echo REACT_APP_DEV_HOST=${{ secrets.REACT_APP_DEV_HOST }} >> .env
echo REACT_APP_URL_HOST=${{ secrets.REACT_APP_URL_HOST }} >> .env
cat .env
- name: Npm Install
run: |
Expand Down

0 comments on commit 71e64a3

Please sign in to comment.