Skip to content

linux-raspberrypi: change kernel cfg of drm from y to m to fix the pw… #247

linux-raspberrypi: change kernel cfg of drm from y to m to fix the pw…

linux-raspberrypi: change kernel cfg of drm from y to m to fix the pw… #247

Workflow file for this run

# SPDX-FileCopyrightText: Andrei Gherzan <[email protected]>
#
# SPDX-License-Identifier: MIT
name: Mirrors
on: [ push, delete, create ]
concurrency:
group: git-mirror-me
jobs:
yocto-mirror:
name: Yocto Git Mirror
runs-on: [self-hosted, Linux]
steps:
- uses: agherzan/[email protected]
env:
SSH_PRIVATE_KEY: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_PRIVATE_KEY }}
SSH_KNOWN_HOSTS: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_KNOWN_HOSTS }}
with:
destination-repository: "[email protected]:meta-raspberrypi"