Skip to content

Commit dbcd548

Browse files
njzjz-botnjzjz
andauthored
CI: Mirror the repository to Gitee (#65)
See njzjz-bot/njzjz-bot#3. Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent fa3655d commit dbcd548

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/mirror_gitee.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Mirror to Gitee Repository
2+
3+
on: [ push, delete, create ]
4+
5+
# Ensures that only one mirror task will run at a time.
6+
concurrency:
7+
group: git-mirror
8+
9+
jobs:
10+
git-mirror:
11+
uses: deepmodeling/workflows/.github/workflows/mirror_gitee.yml@main
12+
secrets:
13+
SYNC_GITEE_PRIVATE_KEY: ${{ secrets.SYNC_GITEE_PRIVATE_KEY }}

0 commit comments

Comments
 (0)