Skip to content

Commit

Permalink
fix : yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BeA-Pro committed Jun 4, 2024
1 parent 4074f7d commit 72ab9e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs: # Job 설정
- name: .env setting
run: |
echo "REACT_APP_MAP_CLIENT_ID=${{ secrets.REACT_APP_MAP_CLIENT_ID}}" >> .env
echo "REACT_APP_SERVICE_ID=${{ secrets.REACT_APP_MAP_CLIENT_ID}}" >> .env
echo "REACT_APP_TEMPLATE_ID=${{ secrets.REACT_APP_MAP_CLIENT_ID}}" >> .env
echo "REACT_APP_PUBLICKEY_ID=${{ secrets.REACT_APP_MAP_CLIENT_ID}}" >> .env
echo "REACT_APP_SERVICE_ID=${{ secrets.REACT_APP_SERVICE_ID}}" >> .env
echo "REACT_APP_TEMPLATE_ID=${{ secrets.REACT_APP_TEMPLATE_ID}}" >> .env
echo "REACT_APP_PUBLICKEY_ID=${{ secrets.REACT_APP_PUBLICKEY}}" >> .env
- name: Install Dependencies # 의존 파일 설치
run: npm install
Expand Down

0 comments on commit 72ab9e3

Please sign in to comment.