streaming-website/.github/workflows/mirroring.yml
2023-05-21 22:00:49 +02:00

25 lines
519 B
YAML

name: Mirroring
on:
workflow_dispatch:
pull_request:
branches: [ master ]
jobs:
lint-and-mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: PHP Lint
uses: michaelw90/PHP-Lint@2.1.0
- name: Mirror to VOC gitolite
uses: pixta-dev/repository-mirroring-action@v1.1.1
with:
target_repo_url:
git@git.c3voc.de:streaming-website.git
ssh_private_key:
${{ secrets.SSH_PRIVATE_KEY }}