添加手动触发按钮 #16
This commit is contained in:
parent
44d8228b75
commit
092c24004a
3
.github/workflows/AutoSignin.yml
vendored
3
.github/workflows/AutoSignin.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: AutoSignin
|
name: AutoSignin
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
push:
|
push:
|
||||||
|
@ -29,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.teleid }}" "${{ secrets.teletoken }}" "${{ secrets.SCKEY }}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user