Skip to content

Commit

Permalink
feat: 加解密功能上线测试
Browse files Browse the repository at this point in the history
  • Loading branch information
397179459 committed Aug 19, 2023
1 parent ed150a0 commit 075ee60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autoReserve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
paths:
- '.github/workflows/**'
schedule:
- cron: '20 0 * * *'
- cron: '20 0,1 * * *'

env:
TZ: Asia/Shanghai
Expand All @@ -36,6 +36,7 @@ jobs:
- name: start run
env:
PUSHPLUS_KEY: ${{ secrets.PUSHPLUS_KEY }}
PRIVATE_AES_KEY: ${{ secrets.PRIVATE_AES_KEY }}
run: |
python main.py
Expand Down

0 comments on commit 075ee60

Please sign in to comment.