- Fork此项目
- 添加一个名为
GITHUB_TOKEN
的Token,并为赋予repo
,admin:repo_hook
,workflow
的权限 - 添加名为
SITE
的Secrets,内容为自己Heroku应用地址。多个请用英文逗号分隔,请手动加上https://
或者http://
修改时间直接修改/.github/workflows/WakeupHeroku.yml
文件的cron表达式即可。
时间是UTC时间,注意时差问题
- Fork this repo
- Add a token in name
GITHUB_TOKEN
and give the permissions ofrepo
,admin:repo_hook
andworkflow
- Add a secret in your repo named
SITE
and input all your application link in it. If you have more than one, please split it in comma. Please addhttp://
orhttps://
manually!
Just edit the time in cron format in file /.github/workflows/WakeupHeroku.yml
The time is UTC time