Skip to content

foyoux/started-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

started-notify

GitHub repository started notify 💕

当有人标星(Star)时,发送邮件提醒。

使用方法

  1. .github/workflows/started_notify.yml 文件复制到需要提醒标星的项目 .github/workflows/ 目录(没有就创建)下
  2. 设置接收通知的邮箱, 以下方式二选一
    • 添加 NOTIFY_EMAIL secret: 接收邮件的邮箱, 参考 Actions secrets
    • 修改 started_notify.yml: 将 ${{secrets.NOTIFY_EMAIL}} 替换成接收提醒邮件的邮箱地址。eg: xxx@qq.com

效果预览

获取邮箱授权码