Skip to content

Commit

Permalink
구글 애널리틱스 환경변수 추가 (#665)
Browse files Browse the repository at this point in the history
chore: 구글 애널리틱스 환경변수 추가
  • Loading branch information
gyeongza authored Oct 12, 2023
1 parent 92d6435 commit 5b54935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend_dev_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: |
echo "REACT_APP_BASE_URL=${{ secrets.REACT_APP_DEV_BASE_URL }}
REACT_APP_CHANNELTALK_KEY=${{ secrets.REACT_APP_CHANNELTALK_KEY }}
REACT_APP_GA_TRACKING_ID=${{ secrets.REACT_APP_GA_TRACKING_ID }}
" >> .env
- name: Install Dependancies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/frontend_prod_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: |
echo "REACT_APP_BASE_URL=${{ secrets.REACT_APP_PROD_BASE_URL }}
REACT_APP_CHANNELTALK_KEY=${{ secrets.REACT_APP_CHANNELTALK_KEY }}
REACT_APP_GA_TRACKING_ID=${{ secrets.REACT_APP_GA_TRACKING_ID }}
" >> .env
- name: Install Dependancies
Expand Down

0 comments on commit 5b54935

Please sign in to comment.