Create AutoCheckBJMF.yml

This commit is contained in:
JasonYANG17 2024-02-29 14:44:53 +08:00 committed by GitHub
parent 1de2514239
commit 04a51d756a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

24
.github/workflows/AutoCheckBJMF.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: AutoCheckBJMF
on:
workflow_dispatch:
env:
ClassID: ${{ secrets.ClassID }}
X: ${{ secrets.X }}
Y: ${{ secrets.Y }}
ACC: ${{ secrets.ACC }}
SearchTime: ${{ secrets.SEARCHTIME }}
MyCookie: ${{ secrets.MYCOOKIE }}
token: ${{ secrets.TOKEN }}
jobs:
checkin:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Set up env
run: pip install requests
pip install beautifulsoup4
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Checkin
run: |
python main.py