We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5288c93 commit aced959Copy full SHA for aced959
.github/workflows/CI-CD_Pipeline.yml
@@ -247,6 +247,10 @@ jobs:
247
PROD_REDIS_HOST=redis_1
248
PROD_REDIS_PORT=6379
249
PROD_REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }}
250
+
251
+ send_email_address=${{ secrets.SEND_EMAIL_ADDRESS }}
252
+ email_address=${{ secrets.EMAIL_ADDRESS }}
253
+ send_email_password=${{ secrets.EMAIL_PASSWORD }}
254
EOF
255
256
# EC2에서 GHCR 로그인
0 commit comments