ipxefm icon indicating copy to clipboard operation
ipxefm copied to clipboard

使用 GitHub Action 自动化任务

Open zctmdc opened this issue 2 years ago • 0 comments

支持 GitHubvscode 自动化等

新增功能

  1. 支持自动从 github 推送至 gitee
  2. 支持推送后自动发布 releases
  3. vs code 编码自动识别
  4. 增加了 dnsmasq 配置说明

更新

  1. types 文件夹下文件 增加 .ipxe 后缀
  2. 同步更新 init.ipxerules 下文件

请手动操作

  1. 使用 ssh-keygen -t rsa -C "github2gitee" 命令生成相关密钥
  2. 打开 https://gitee.com/profile/sshkeys , 添加GITEE公钥 ~/.ssh/id_rsa.pub
  3. 打开 https://github.com/<YOUR_USERNAME>/ipxefm/settings/secrets/actions , 添加 GITEE_USER_NAMEGITEE_RSA_PRIVATE_KEY ~/.ssh/id_rsa

zctmdc avatar Dec 29 '23 14:12 zctmdc