Skip to content

Commit

Permalink
추가: CI 정책 secrets 관리
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahayana committed Nov 2, 2023
1 parent ab63428 commit 6e635c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ jobs:
runs-on: ubuntu-20.04
env:
PIPENV_VENV_IN_PROJECT: enable
SECRET_KEY: ${{ secrets.SECRET_KEY }}
EMAIL_BACKEND: ${{ secrets.EMAIL_BACKEND }}
EMAIL_HOST: ${{ secrets.EMAIL_HOST }}
EMAIL_PORT: ${{ secrets.EMAIL_PORT }}
EMAIL_HOST_USER: ${{ secrets.EMAIL_HOST_USER }}
EMAIL_HOST_PASSWORD: ${{ secrets.EMAIL_HOST_PASSWORD }}
EMAIL_USE_TLS: ${{ secrets.EMAIL_USE_TLS }}
EMAIL_USE_SSL: ${{ secrets.EMAIL_USE_SSL }}

services:
mysql:
Expand Down

0 comments on commit 6e635c4

Please sign in to comment.