frontend
This commit is contained in:
13
maxkey-web-frontend/maxkey-web-mgt-app/.github/workflows/mirror.yml
vendored
Normal file
13
maxkey-web-frontend/maxkey-web-mgt-app/.github/workflows/mirror.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: GiteeMirror
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
to_gitee:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: pixta-dev/repository-mirroring-action@v1
|
||||
with:
|
||||
target_repo_url: git@gitee.com:ng-alain/ng-alain.git
|
||||
ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}
|
||||
Reference in New Issue
Block a user