Skip to content

Sync GitHub to GitLab Action

Actions
A Github Action which will sync a GitHub repository to GitLab as a mirror
v1.1.0
Latest
Star (8)

Sync GitHub to GitLab Action

This GitHub action syncs a GitHub repository to a GitLab repository as a mirror.

Usage

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 }}

Inputs

destination_repository

Required The SSH URL of the GitLab repository to sync to.

destination_branch_name

Not Required The branch of the GitLab repository to sync to. Defaults to main.

destination_ssh_key

Required The SSH key to use to authenticate with the GitLab repository.

License

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.

About

A Github Action which will sync a GitHub repository to GitLab as a mirror
v1.1.0
Latest

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.