ci: GitHub action 通知的邮件: 不使用变量

master
Lei OT 2 weeks ago
parent 624467cb6c
commit df76e0a726

@ -149,9 +149,9 @@ jobs:
# Optional whether this connection use TLS (default is true if server_port is 465)
secure: true
# Optional (recommended) mail server username:
username: ${{secrets.MAIL_USERNAME}}
username: noreply02@chinahighlights.net
# Optional (recommended) mail server password:
password: ${{secrets.MAIL_PASSWORD}}
password: EhW2GVwQReofHWxx
# Required mail subject:
subject: ${{env.WORKFLOW_CONCLUSION}} ${{ github.repository }}
# Required recipients' addresses:

Loading…
Cancel
Save