利用GitHub Actions复制公共仓库为私有仓库
❗ 使用前需Fork当前仓库
🔑 个人访问令牌
- 创建:Settings (点击右上角头像) > Developer settings > Personal access tokens > Tokens (classic) > Generate new token > Generate new token (classic)
-
只勾选仓库权限
-
- 配置:Settings > Secrets and variables > Actions > Secrets > New repository secret
-
变量名:
TOKEN
-
变量值:拥有仓库权限的个人访问令牌
-
⚡ 使用:Actions > 复制公共仓库为私有仓库 > Run workflow