⏱️更新环境变量获取

This commit is contained in:
Qinyang Liu 2024-07-04 14:52:20 +08:00 committed by GitHub
parent a645ae32f8
commit c5f1f50c8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
name: RSS Check name: Friend Circle Lite
on: on:
schedule: schedule:
@ -9,7 +9,7 @@ env:
TZ: Asia/Shanghai TZ: Asia/Shanghai
jobs: jobs:
friend-circle_lite: friend-circle-lite:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -27,7 +27,10 @@ jobs:
pip install -r requirements.txt pip install -r requirements.txt
- name: Check RSS feeds - name: Check RSS feeds
run: python run.py env:
SMTP_PWD: ${{ secrets.SMTP_PWD }}
run: |
python run.py
- name: git config - name: git config
run: | run: |