diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index c6e3384..2899bd8 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -12,9 +12,8 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: pixta-dev/repository-mirroring-action@v1 + - uses: action-pack/gitlab-sync@v3 with: - target_repo_url: - ${{ secrets.GITLAB_REPO }} - ssh_private_key: - ${{ secrets.GITLAB_KEY }} + username: ${{ github.actor }} + url: https://gitlab.andyi95.com/${{ github.repository }}.git + token: ${{ secrets.GITLAB_TOKEN }}