CAUTION: This repo is only for learning purposes, DO NOT use this repo for real health status reports. The author(s) will not be responsible if anything bad happens.
First, you NEED to REGISTER A GITHUB ACCOUNT and LOG IN.
You need to report manually on WECHAT WORK at least once before using this tool.
Fork my repo. (Give me a star if you like this. lol)
- Use my repo template and create your own repo.
- Open your own repo and choose
Settings
. - In the left sidebar, click
Secrets
. - Click
New repository secret
. - Type
NUM
andPWD
for your secret in the Name input box and enter the Value for your secret. - Commit anything or wait actions auto run.
- Please edit your own cron table in report.yml.
- Action's cron table runs in UTC.
- Open the xxx.yml fill. (Normally is "/.github/workflows/report.yml")
- Change this to any time you want:
schedule:
- cron: "15 0 * * *"
- cron: "20 1 * * *"
- cron: "25 6 * * *"
- cron: "30 7 * * *"
-
cron: "20 1 * * *"
means it runs at 01:20 UTC every day.- P.S. UTC is eight hours later than CST.
- P.P.S. CST – China Standard Time.
- P.P.P.S. To ensure the report is successful, please set more than 4 times.
- Fix bug
- Add Webvpn Support
- Auto Rerun(When failed)
JLUZHAnalytica/Automatic-Health-Card(Original Author)