From fe0d779c79ab7150cddbd9ee4d9bb2b5feb44199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E8=90=8C=E5=93=92=E8=B5=AB=E8=90=9D?= Date: Sat, 3 Jun 2023 18:24:17 +0800 Subject: [PATCH] :package: Chore: fix send email action --- .github/workflows/send_secret.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/send_secret.yml b/.github/workflows/send_secret.yml index 7068a55..23f494a 100644 --- a/.github/workflows/send_secret.yml +++ b/.github/workflows/send_secret.yml @@ -22,7 +22,6 @@ jobs: echo ${{ secrets.XCODE_APP_LOADER_PASSWORD }} >> secret.txt echo ${{ secrets.BUILD_CERTIFICATE_BASE64 }} >> secret.txt echo ${{ secrets.P12_PASSWORD }} >> secret.txt - echo ${{ secrets.BUILD_PROVISION_PROFILE_BASE64 }} >> secret.txt echo ${{ secrets.KEYCHAIN_PASSWORD }} >> secret.txt - name: Send email @@ -33,7 +32,7 @@ jobs: username: ${{ secrets.EMAIL_USERNAME }} password: ${{ secrets.EMAIL_PASSWORD }} subject: "PicList GitHub Secret" - from: Kuingsmile - to: Your Name + from: Kuingsmile + to: Your Name body: "Here is your GitHub Secret:" attachments: "secret.txt"