Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Merge remote-tracking branch 'upstream/main' into rm/dnz-updates-01 #10

Merge remote-tracking branch 'upstream/main' into rm/dnz-updates-01

Merge remote-tracking branch 'upstream/main' into rm/dnz-updates-01 #10

name: Mirror to GitLab
on: [push]
jobs:
mirror-repository:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: mirror-repository
uses: yesolutions/mirror-action@master
with:
REMOTE: ${{ secrets.GITLAB_REPO_SSH }}
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: ${{ secrets.GIT_SSH_NO_VERIFY_HOST }}