Skip to content

Commit

Permalink
fix: EMAIL_PASSWORD 통일 액션에 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jun 27, 2024
1 parent 938370f commit f64132b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

env:
RELEASE_VERSION: ${{ github.sha }}
MAIL_PASSWORD: ${{ secrets.MAIL_PASSWORD }}
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read

env:
MAIL_PASSWORD: ${{ secrets.MAIL_PASSWORD }}
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}

jobs:
build:
Expand Down

0 comments on commit f64132b

Please sign in to comment.