Skip to content

Commit

Permalink
GitLab mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
andyi95 committed Dec 29, 2023
1 parent f77f5e8 commit 1d22a1d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 1d22a1d

Please sign in to comment.