mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-02 11:08:13 -05:00
📦 Chore: fix send email action
This commit is contained in:
parent
917e69a36e
commit
fe0d779c79
5
.github/workflows/send_secret.yml
vendored
5
.github/workflows/send_secret.yml
vendored
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user