Skip to content

https://github.com/cskefu/cskefu/issues/937 scan notfound and fill in… #159

https://github.com/cskefu/cskefu/issues/937 scan notfound and fill in…

https://github.com/cskefu/cskefu/issues/937 scan notfound and fill in… #159

Workflow file for this run

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 }}