From c5f1f50c8d5ee31d674511c07235264e00ee43c2 Mon Sep 17 00:00:00 2001 From: Qinyang Liu <93815242+willow-god@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:52:20 +0800 Subject: [PATCH] =?UTF-8?q?=E2=8F=B1=EF=B8=8F=E6=9B=B4=E6=96=B0=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/friend_circle_lite.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/friend_circle_lite.yml b/.github/workflows/friend_circle_lite.yml index 60c1193..64b16a6 100644 --- a/.github/workflows/friend_circle_lite.yml +++ b/.github/workflows/friend_circle_lite.yml @@ -1,4 +1,4 @@ -name: RSS Check +name: Friend Circle Lite on: schedule: @@ -9,7 +9,7 @@ env: TZ: Asia/Shanghai jobs: - friend-circle_lite: + friend-circle-lite: runs-on: ubuntu-latest steps: @@ -27,7 +27,10 @@ jobs: pip install -r requirements.txt - name: Check RSS feeds - run: python run.py + env: + SMTP_PWD: ${{ secrets.SMTP_PWD }} + run: | + python run.py - name: git config run: |