8000 GitHub - action-pack/gitlab-sync: Action to mirror a repository to GitLab.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

action-pack/gitlab-sync

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitlab Sync

Build Version Size

Action to mirror a repository to GitLab.

Usage 🚀

name: Gitlab Sync

on: [push, pull_request, create, delete]

jobs:
  sync:
    name: Gitlab Sync
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
        with:
          fetch-depth: 0
      - uses: action-pack/gitlab-sync@v3
        with:
          username: ${{ github.actor }}
          url: https://gitlab.com/${{ github.repository }}.git
          # Personal access token from gitlab.com 
          token: ${{ secrets.GITLAB_TOKEN }}

Stars 🌟

Stars

About

Action to mirror a repository to GitLab.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Shell 100.0%
0