Skip to content

Commit

Permalink
feat: add ci sync mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
zsq1234 committed Oct 12, 2024
1 parent d5e5e3d commit 6b7c1a3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/sync-mirror.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 🔮 Sync Mirror

on:
push:
branches:
- main

jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync Gitee
uses: jikkai/sync-gitee@main
with:
repository: dream-num/usip-example
username: ${{ secrets.GITEE_USERNAME }}
password: ${{ secrets.GITEE_PASSWORD }}
tags: true
branches: main

0 comments on commit 6b7c1a3

Please sign in to comment.