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"