awesome-open-gpt icon indicating copy to clipboard operation
awesome-open-gpt copied to clipboard

使用Actions自动化更新README文档

Open Country-If opened this issue 11 months ago • 1 comments

本PR内容如下:

  • 删除部分个人配置文件,作为项目这些是不需要存在于公开仓库中的
  • 修改 auto_update_star.py,将保存文件改为 README.md 以直接替换,便于后续提交合并
  • 添加GitHub Actions流程,每天执行 auto_update_star.pyauto_translator.py,自动commit以及push
    • 其中,博主需要自行配置secret,具体操作为:项目里的Settings -> Secrets and variables -> Actions -> New repository secret,添加名为 USERNAMEEMAIL 的secret,secret的值填入个人对应的信息(不需要带上引号)

Country-If avatar Mar 19 '24 14:03 Country-If

本PR内容如下:

  • 删除部分个人配置文件,作为项目这些是不需要存在于公开仓库中的

  • 修改 auto_update_star.py,将保存文件改为 README.md 以直接替换,便于后续提交合并

  • 添加GitHub Actions流程,每天执行 auto_update_star.pyauto_translator.py,自动commit以及push

    • 其中,博主需要自行配置secret,具体操作为:项目里的Settings -> Secrets and variables -> Actions -> New repository secret,添加名为 USERNAMEEMAIL 的secret,secret的值填入个人对应的信息(不需要带上引号)

更新了一下,可以不需要配置secret了,使用的GitHub Action作为user

Country-If avatar Mar 20 '24 03:03 Country-If