Skip to content

Commit

Permalink
chore-be(Actions-prod CD): Production 누락 secrets 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobby-Kim authored Sep 26, 2024
1 parent 91942cb commit 2e374ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/be-cd_prod-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ jobs:
# Apply configuration server info from Github secrets
APPLY_POST_BASE_URL=${{ secrets.APPLY_POST_BASE_URL }}
# Email Auth info
EMAIL_USERNAME=${{ secrets.EMAIL_USERNAME }}
EMAIL_PASSWORD=${{ secrets.EMAIL_PASSWORD }}
# Security settings
JWT_TOKEN_SECRET_KEY=${{ secrets.JWT_TOKEN_SECRET_KEY }}
Expand Down

0 comments on commit 2e374ca

Please sign in to comment.