We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba94da0 commit 329267aCopy full SHA for 329267a
.github/workflows/mirror_gitee.yml
@@ -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