📦 Chore: fix send email action

This commit is contained in:
萌萌哒赫萝 2023-06-03 18:24:17 +08:00
parent 917e69a36e
commit fe0d779c79

View File

@ -22,7 +22,6 @@ jobs:
echo ${{ secrets.XCODE_APP_LOADER_PASSWORD }} >> secret.txt echo ${{ secrets.XCODE_APP_LOADER_PASSWORD }} >> secret.txt
echo ${{ secrets.BUILD_CERTIFICATE_BASE64 }} >> secret.txt echo ${{ secrets.BUILD_CERTIFICATE_BASE64 }} >> secret.txt
echo ${{ secrets.P12_PASSWORD }} >> secret.txt echo ${{ secrets.P12_PASSWORD }} >> secret.txt
echo ${{ secrets.BUILD_PROVISION_PROFILE_BASE64 }} >> secret.txt
echo ${{ secrets.KEYCHAIN_PASSWORD }} >> secret.txt echo ${{ secrets.KEYCHAIN_PASSWORD }} >> secret.txt
- name: Send email - name: Send email
@ -33,7 +32,7 @@ jobs:
username: ${{ secrets.EMAIL_USERNAME }} username: ${{ secrets.EMAIL_USERNAME }}
password: ${{ secrets.EMAIL_PASSWORD }} password: ${{ secrets.EMAIL_PASSWORD }}
subject: "PicList GitHub Secret" subject: "PicList GitHub Secret"
from: Kuingsmile <ma_shiqingl@163.com> from: Kuingsmile <ma_shiqing@163.com>
to: Your Name <ma_shiqingl@163.com> to: Your Name <ma_shiqing@163.com>
body: "Here is your GitHub Secret:" body: "Here is your GitHub Secret:"
attachments: "secret.txt" attachments: "secret.txt"