- 打开 https://github.com/settings/tokens 生成 Fine-grained personal access tokens。
- Repository access 选择全部仓库或指定仓库。
- Permissions 的 Repository permissions 设置 Contents 为
Read and write
即可。 - 生成 token 并复制。
- 在你专门用于运行 GitHub Actions 来同步的 Repository 中点击 Settings → Secrets and variables → Actions → New repository secrets。
Name
填写PERSONAL_TOKEN
,Secret
粘贴刚才的 token。- 按照你的需要编辑 GitHub Actions 文件。
- 打开 https://gitlab.com/-/user_settings/personal_access_tokens 生成个人访问令牌。
- 注意: 选择范围勾选
api
,read_api
,read_user
,read_repository
,write_repository
。 - 生成 token 并复制。
- 在你专门用于运行 GitHub Actions 来同步的 Repository 中点击 Settings → Secrets and variables → Actions → New repository secrets。
Name
填写GITLAB_PERSONAL_TOKEN
,Secret
粘贴刚才的 token。- 按照你的需要编辑 GitHub Actions 文件。