Sync GitHub to GitLab Action
ActionsThis GitHub action syncs a GitHub repository to a GitLab repository as a mirror.
steps:
- uses: actions/checkout@v2
- uses: adambirds/sync-github-to-gitlab-action@v1.1.0
with:
destination_repository: git@gitlab.com:adambirds/sync-github-to-gitlab.git
destination_branch_name: main
destination_ssh_key: ${{ secrets.GITLAB_SSH_KEY }}
Required The SSH URL of the GitLab repository to sync to.
Not Required The branch of the GitLab repository to sync to. Defaults to main
.
Required The SSH key to use to authenticate with the GitLab repository.
The scripts and documentation in this project are released under the MIT License
Sync GitHub to GitLab Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.