Skip to content

Mirroring

Mirroring #21

Workflow file for this run

name: Mirroring
on: [push, delete]
jobs:
to_gitea:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/[email protected]
with:
REMOTE: 'ssh://[email protected]:443/dst/dst-lock-unlock-testdata-mirror.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
# disable known_hosts until PR is merged: https://github.com/yesolutions/mirror-action/pull/19
GIT_SSH_NO_VERIFY_HOST: "true"
# GIT_SSH_KNOWN_HOSTS: ${{ secrets.GIT_SSH_KNOWN_HOSTS }}