simple-keyboard/.github/workflows/mirroring.yml

20 lines
376 B
YAML
Raw Normal View History

2020-11-09 08:39:19 +08:00
name: Mirroring
2021-08-04 16:04:15 +08:00
on:
push:
branches:
- master
delete:
branches:
- master
2020-11-09 08:39:19 +08:00
jobs:
mirroring:
2023-03-06 23:26:50 +08:00
runs-on: ubuntu-latest
2020-11-09 08:39:19 +08:00
steps:
2021-08-04 16:04:15 +08:00
- uses: actions/checkout@v1
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@gitlab.com:hodgef/simple-keyboard.git
ssh_private_key: ${{ secrets.GL_KEY }}