PyQt/.github/workflows/mirror.yml

16 lines
347 B
YAML
Raw Permalink Normal View History

2020-06-17 19:10:46 +08:00
name: 'GitHub Actions Mirror'
on: [push, delete]
jobs:
mirror_to_gitee:
runs-on: ubuntu-latest
steps:
2021-06-24 00:15:21 +08:00
- uses: actions/checkout@v1
- uses: pixta-dev/repository-mirroring-action@v1
2020-06-17 19:10:46 +08:00
with:
target_repo_url:
git@gitee.com:PyQt5/PyQt.git
ssh_private_key:
2021-06-24 00:15:21 +08:00
${{ secrets.GIT_KEY }}