Skip to content

Commit 35cc77b

Browse files
committed
fix[ci-cd]: send email 변수 수정
1 parent 25c8314 commit 35cc77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-CD_Pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
PROD_QDRANT_PORT=6334
274274
275275
send_email_address=${{ secrets.SEND_EMAIL_ADDRESS }}
276-
send_email_password=${{ secrets.EMAIL_PASSWORD }}
276+
send_email_password=${{ secrets.SEND_EMAIL_PASSWORD }}
277277
278278
PROD_SENTRY_DSN=${{ secrets.SENTRY_DSN }}
279279

0 commit comments

Comments
 (0)