Skip to content

Commit

Permalink
ci: Migrate worflow to using latest git-mirror-me-action revision
Browse files Browse the repository at this point in the history
This has full support for env variables.

Signed-off-by: Andrei Gherzan <[email protected]>
  • Loading branch information
agherzan committed Jul 27, 2022
1 parent 62a8483 commit 260b3b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
name: Yocto Git Mirror
runs-on: [self-hosted, Linux]
steps:
- uses: agherzan/git-mirror-me-action@v1.0.0
- uses: agherzan/git-mirror-me-action@11f54c7186724daafbe5303b5075954f1a19a63e
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"
GMM_SSH_PRIVATE_KEY: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_PRIVATE_KEY }}
GMM_SSH_KNOWN_HOSTS: ${{ secrets.YOCTO_META_RASPBERRYPI_SSH_KNOWN_HOSTS }}
GMM_DST_REPO: "ssh://[email protected]/meta-raspberrypi"
GMM_DEBUG: "1"

0 comments on commit 260b3b9

Please sign in to comment.