File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ POSTGRES_PORT=5432
2323
2424# ETC
2525SLACK_WEBHOOK_URL = https://hooks.slack.com/services
26- SLACK_SENTRY_SIGNATURE = 374708bedd34ae70f814471ff24db7dedc4b9bee06a7e8ef9255a4f6c8bd9049 # 실제 키를 사용하세요
26+ SLACK_SENTRY_SECRET = 374708bedd34ae70f814471ff24db7dedc4b9bee06a7e8ef9255a4f6c8bd9049 # 실제 키를 사용하세요
Original file line number Diff line number Diff line change 5858 echo "POSTGRES_HOST=${{ secrets.POSTGRES_HOST }}" >> .env
5959 echo "POSTGRES_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}" >> .env
6060 echo "POSTGRES_PORT=${{ secrets.POSTGRES_PORT }}" >> .env
61+ echo "SENTRY_CLIENT_SECRET=${{ secrets.SENTRY_CLIENT_SECRET }}" >> .env
6162 # AES 키들 추가 (테스트용 더미 키)
6263 echo "AES_KEY_0=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" >> .env
6364 echo "AES_KEY_1=bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb" >> .env
You can’t perform that action at this time.
0 commit comments