Update AutoSignin.yml

This commit is contained in:
Tokisaki-Galaxy 2021-01-25 12:12:04 +08:00 committed by GitHub
parent 79cec13090
commit f18a53e085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ on:
# branches: # branches:
# - master # - master
schedule: schedule:
- cron: "0 2 * * *" - cron: "7 0 * * *"
watch: watch:
types: [started] types: [started]
@ -30,4 +30,4 @@ jobs:
pip install -r requirements.txt pip install -r requirements.txt
- name: Run script - name: Run script
run: | run: |
python3 main.py "${{ secrets.cookie }}" "${{ secrets.teleid }}" "${{ secrets.teletoken }}" "${{ secrets.SCKEY }}" python3 main.py "${{ secrets.cookie }}" "${{ secrets.switchpush }}" "${{ secrets.pushkey }}" "${{ secrets.teleid }}" "${{ secrets.teletoken }}"