mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-18 20:39:14 +08:00
core: 添加同步到 Gitee
This commit is contained in:
parent
fd35d82ef1
commit
51a630f1b9
15
.github/workflows/sync_to_gitee.yaml
vendored
Normal file
15
.github/workflows/sync_to_gitee.yaml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
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 }}
|
Loading…
x
Reference in New Issue
Block a user