mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
https://github.com/cskefu/cskefu/issues/837 add sync repo of gitee workflow
This commit is contained in:
parent
0166dc6dc1
commit
23674efc47
19
.github/workflows/gitee.yml
vendored
Normal file
19
.github/workflows/gitee.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: gitee
|
||||||
|
|
||||||
|
on:
|
||||||
|
- push
|
||||||
|
- delete
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
sync:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Git Repo Sync
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- uses: wangchucheng/git-repo-sync@v0.1.0
|
||||||
|
with:
|
||||||
|
target-url: https://gitee.com/cskefu/cskefu.git
|
||||||
|
target-username: ${{ secrets.USERNAME }}
|
||||||
|
target-token: ${{ secrets.ACCESS_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user