diff --git a/.github/workflows/sync-code.yml b/.github/workflows/sync-code.yml
new file mode 100644
index 0000000..dcac57f
--- /dev/null
+++ b/.github/workflows/sync-code.yml
@@ -0,0 +1,16 @@
+name: Sync
+
+on:
+ push:
+ branches: [main]
+
+jobs:
+ sync-to-jihulab:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - uses: adambirds/sync-github-to-gitlab-action@v1.1.0
+ with:
+ destination_repository: git@gitee.com:naibahq/agent.git
+ destination_branch_name: master
+ destination_ssh_key: ${{ secrets.GITEE_SSH_KEY }}
diff --git a/.github/workflows/sync.yml b/.github/workflows/sync-release.yml
similarity index 100%
rename from .github/workflows/sync.yml
rename to .github/workflows/sync-release.yml
diff --git a/README.md b/README.md
index 5f83b78..d1accef 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,11 @@ Agent of Nezha Monitoring
## Contributors
+
+
-
+