Skip to content

Merge pull request #21 from mautic/19-revision-cleanup #84

Merge pull request #21 from mautic/19-revision-cleanup

Merge pull request #21 from mautic/19-revision-cleanup #84

name: Gitlab Mirroring
on: [ push, create, delete ]
jobs:
sync:
name: Gitlab Mirroring
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: action-pack/gitlab-sync@v3
with:
username: ${{ github.actor }}
url: https://gitlab.dropsolid.com/project/mauticorg.git
token: ${{ secrets.GITLAB_MIRRORING_TOKEN }}