Skip to content

Commit 91815db

Browse files
authored
CI: Mirror the repository to Gitee (#3952)
See njzjz-bot/njzjz-bot#3.
1 parent 49737e5 commit 91815db

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/mirror_gitee.yml

+13
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)