Skip to content

Commit

Permalink
CI: Mirror the repository to Gitee (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz-bot committed Apr 11, 2024
1 parent 3ffce5a commit 1ddab3e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/mirror_gitee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Mirror to Gitee Repository

on: [ push, delete, create ]

# Ensures that only one mirror task will run at a time.
concurrency:
group: git-mirror

jobs:
git-mirror:
uses: deepmodeling/workflows/.github/workflows/mirror_gitee.yml@main
secrets:
SYNC_GITEE_PRIVATE_KEY: ${{ secrets.SYNC_GITEE_PRIVATE_KEY }}

0 comments on commit 1ddab3e

Please sign in to comment.