Skip to content

Commit

Permalink
计划增加自动推送到gitee
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Sep 8, 2024
1 parent a385434 commit 65d824c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/auto-sync-gitee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#on:
# push:
# branches: [master]
#name: Mirror GitHub Repos to Gitee
#jobs:
# run:
# name: Sync-GitHub-to-Gitee
# runs-on: ubuntu-latest
# steps:
# - name: Mirror the Github repos to Gitee.
# uses: Yikun/hub-mirror-action@master
# with:
# src: github/xaoyaoo
# dst: gitee/xaoyaoo
# dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
# dst_token: ${{ secrets.GITEE_TOKEN }}
# force_update: true
# src_account_type: org
# dst_account_type: user
# mappings: "dashboard=>dashboards"
# static_list: "trader"
# cache_path: /github/workspace/hub-mirror-cache

0 comments on commit 65d824c

Please sign in to comment.