Update workflows

This commit is contained in:
Francisco Hodge 2025-03-21 01:55:26 -04:00 committed by GitHub
parent a85e0f6745
commit 40c9608755
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,19 +0,0 @@
name: Mirroring
on:
push:
branches:
- master
delete:
branches:
- master
jobs:
mirroring:
runs-on: ubuntu-latest
steps:
- 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 }}