From f18a53e0852ed496018cd766f18b929ac5cba0ac Mon Sep 17 00:00:00 2001 From: Tokisaki-Galaxy Date: Mon, 25 Jan 2021 12:12:04 +0800 Subject: [PATCH] Update AutoSignin.yml --- .github/workflows/AutoSignin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/AutoSignin.yml b/.github/workflows/AutoSignin.yml index 978fbff..46ce435 100644 --- a/.github/workflows/AutoSignin.yml +++ b/.github/workflows/AutoSignin.yml @@ -10,7 +10,7 @@ on: # branches: # - master schedule: - - cron: "0 2 * * *" + - cron: "7 0 * * *" watch: types: [started] @@ -30,4 +30,4 @@ jobs: pip install -r requirements.txt - name: Run script 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 }}"