Skip to content

fix: 🔧 修复同步脚本错误的问题 #2

fix: 🔧 修复同步脚本错误的问题

fix: 🔧 修复同步脚本错误的问题 #2

Workflow file for this run

name: Sync To Gitee
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
sync-to-gitee:
runs-on: ubuntu-latest
steps:
- name: gitee-mirror-action
uses: Yikun/hub-mirror-action@master
with:
src: github/viarotel-org
dst: gitee/viarotel
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
src_account_type: org
dst_account_type: user
force_update: true