mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 07:26:57 +00:00
ci: Migrate worflow to using latest git-mirror-me-action revision
This has full support for env variables. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
This commit is contained in:
@@ -14,9 +14,9 @@ jobs:
|
|||||||
name: Yocto Git Mirror
|
name: Yocto Git Mirror
|
||||||
runs-on: [self-hosted, Linux]
|
runs-on: [self-hosted, Linux]
|
||||||
steps:
|
steps:
|
||||||
- uses: agherzan/git-mirror-me-action@v1.0.0
|
- uses: agherzan/git-mirror-me-action@11f54c7186724daafbe5303b5075954f1a19a63e
|
||||||
env:
|
env:
|
||||||
SSH_PRIVATE_KEY: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_PRIVATE_KEY }}
|
GMM_SSH_PRIVATE_KEY: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_PRIVATE_KEY }}
|
||||||
SSH_KNOWN_HOSTS: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_KNOWN_HOSTS }}
|
GMM_SSH_KNOWN_HOSTS: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_KNOWN_HOSTS }}
|
||||||
with:
|
GMM_DST_REPO: "ssh://git@push.yoctoproject.org/meta-raspberrypi"
|
||||||
destination-repository: "git@push.yoctoproject.org:meta-raspberrypi"
|
GMM_DEBUG: "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user