20 lines
376 B
YAML
Raw Normal View History

2020-11-08 19:39:19 -05:00
name: Mirroring
2021-08-04 01:04:15 -07:00
on:
push:
branches:
- master
delete:
branches:
- master
2020-11-08 19:39:19 -05:00
jobs:
mirroring:
2023-03-06 10:26:50 -05:00
runs-on: ubuntu-latest
2020-11-08 19:39:19 -05:00
steps:
2021-08-04 01:04:15 -07: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 }}