Skip to content

Commit 12578a9

Browse files
authored
ci: add sync.yaml to albany branch (#17)
1 parent 3b7639d commit 12578a9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/sync.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Sync To Gitee
2+
on: push
3+
jobs:
4+
sync:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: wearerequired/git-mirror-action@master
8+
env:
9+
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }}
10+
with:
11+
source-repo: "https://github.com/open-v2x/docs.git"
12+
destination-repo: "git@gitee.com:open-v2x/docs.git"

0 commit comments

Comments
 (0)