blob: 11bb185c15396c3e7903c2defdc4530feb09c3ab [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001# SPDX-FileCopyrightText: Andrei Gherzan <andrei.gherzan@huawei.com>
2#
3# SPDX-License-Identifier: MIT
4
5name: Mirrors
6
7on: [ push, delete, create ]
8
9concurrency:
10 group: git-mirror-me
11
12jobs:
13 yocto-mirror:
14 name: Yocto Git Mirror
15 runs-on: [self-hosted, Linux]
16 steps:
17 - uses: agherzan/git-mirror-me-action@v1.0.0
18 env:
19 SSH_PRIVATE_KEY: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_PRIVATE_KEY }}
20 SSH_KNOWN_HOSTS: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_KNOWN_HOSTS }}
21 with:
22 destination-repository: "git@push.yoctoproject.org:meta-raspberrypi"