Skip to content

Commit 94ecec0

Browse files
krsy0411claude
andcommitted
[fix] GitHub Actions 배포 워크플로우 환경 변수 업데이트
- VITE_APPINSIGHTS_CONNECTION_STRING 제거 - VITE_SENTRY_DSN 및 SENTRY_AUTH_TOKEN 추가 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 4c655b5 commit 94ecec0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727

2828
- name: Vite 프로젝트 빌드
2929
env:
30-
VITE_APPINSIGHTS_CONNECTION_STRING: ${{ secrets.VITE_APPINSIGHTS_CONNECTION_STRING }}
30+
VITE_SENTRY_DSN: ${{ secrets.VITE_SENTRY_DSN }}
31+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
3132
run: npm run build
3233

3334
- name: GitHub Pages에 배포

0 commit comments

Comments
 (0)