Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Oct 22, 2023
1 parent 2a64180 commit 6fa71b0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'GitHub Actions Mirror'

on: [push, delete]

jobs:
mirror_to_gitee:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v1
- name: 'Mirror to gitee'
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
git@gitee.com:nicelizhi/laravel-admin.git
ssh_private_key:
${{ secrets.GITEE_KEY }}

0 comments on commit 6fa71b0

Please sign in to comment.