reinstall/.github/workflows/sync_to_gitee.yaml

16 lines
420 B
YAML
Raw Normal View History

2023-09-14 21:22:21 +08:00
name: 同步到 Gitee
on: [push, workflow_dispatch]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: 同步到 Gitee
uses: Yikun/hub-mirror-action@master
with:
src: github/bin456789
dst: gitee/bin456789
static_list: "reinstall"
force_update: true
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}