Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 834 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 834 Bytes

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: [email protected]

效果预览

获取邮箱授权码