mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
19 lines
394 B
YAML
19 lines
394 B
YAML
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 }} |