chore: rm mirroring script

pull/1049/head
Sophie L 2024-03-13 23:18:56 +00:00 committed by Paul Makles
parent 9edf4562bb
commit dd0061b294
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
name: Mirroring
on:
push:
branches:
- "master"
jobs:
to_gitlab:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@gitlab.com:insert/revolt-vite.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}