Skip to content

Sync forked repositories from upstream. Push the repository from GitHub to GitLab.

Notifications You must be signed in to change notification settings

senzyo-desu/sync-git-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

从上游同步已经Fork的仓库

  1. 打开 https://github.com/settings/tokens 生成 Fine-grained personal access tokens。
  2. Repository access 选择全部仓库或指定仓库。
  3. Permissions 的 Repository permissions 设置 ContentsRead and write 即可。
  4. 生成 token 并复制。
  5. 在你专门用于运行 GitHub Actions 来同步的 Repository 中点击 SettingsSecrets and variablesActionsNew repository secrets
  6. Name 填写 PERSONAL_TOKEN, Secret 粘贴刚才的 token。
  7. 按照你的需要编辑 GitHub Actions 文件

推送GitHub仓库到GitLab

  1. 打开 https://gitlab.com/-/user_settings/personal_access_tokens 生成个人访问令牌。
  2. 注意: 选择范围勾选 api, read_api, read_user, read_repository, write_repository
  3. 生成 token 并复制。
  4. 在你专门用于运行 GitHub Actions 来同步的 Repository 中点击 SettingsSecrets and variablesActionsNew repository secrets
  5. Name 填写 GITLAB_PERSONAL_TOKEN, Secret 粘贴刚才的 token。
  6. 按照你的需要编辑 GitHub Actions 文件

About

Sync forked repositories from upstream. Push the repository from GitHub to GitLab.

Resources

Stars

Watchers

Forks