all repos — caroster @ 52ee507b9a4f736cdf8137435e886ca6e9f41b1b

[Octree] Group carpool to your event https://caroster.io

.github/workflows/gitlab-mirror.yml (view raw)

 1name: GitLab Mirroring
 2
 3on: [push, delete]
 4
 5jobs:
 6  to_octree_gitlab:
 7    runs-on: ubuntu-latest
 8    steps:
 9      - uses: actions/checkout@v3
10        with:
11          fetch-depth: 0
12      - uses: pixta-dev/repository-mirroring-action@v1
13        with:
14          target_repo_url: ${{ secrets.GITLAB_REPO_URL }}
15          ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}