Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github 仓库同步到 gitee 仓库失败 #164

Closed
yakir3 opened this issue Oct 26, 2022 · 0 comments
Closed

github 仓库同步到 gitee 仓库失败 #164

yakir3 opened this issue Oct 26, 2022 · 0 comments

Comments

@yakir3
Copy link

yakir3 commented Oct 26, 2022

1、报错结果如图所示
image

2、已确认 github 私钥与 secrets 配置成功,gitee 公钥与 token 与上传配置。

3、配置文件如下:
`name: Mirror GitHub Selected Repos to Gitee

on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'

jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Mirror Github to Gitee with white list
uses: Yikun/hub-mirror-action@master
with:
src: github/yakir3
dst: gitee/yakir3
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: 'cncf-record,yakir3.github.io,Tools,environment,picProject'
force_update: true`

请大佬帮忙看下错误原因是什么导致的。

@yakir3 yakir3 closed this as completed Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant