diff --git a/.github/workflows/code-ci.yml b/.github/workflows/code-ci.yml index bc945f2dc..b4498acbb 100644 --- a/.github/workflows/code-ci.yml +++ b/.github/workflows/code-ci.yml @@ -10,7 +10,7 @@ permissions: env: RELEASE_VERSION: ${{ github.sha }} - MAIL_PASSWORD: ${{ secrets.MAIL_PASSWORD }} + EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }} jobs: build: diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index b83a113b0..ac1462b88 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -9,7 +9,7 @@ permissions: contents: read env: - MAIL_PASSWORD: ${{ secrets.MAIL_PASSWORD }} + EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }} jobs: build: