all repos — caroster @ 33d861180ca874afbd058b87d6ea87e540959047

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

💚 Use custom action for mirroring
Tim Izzo tim@octree.ch
Wed, 22 Feb 2023 09:47:26 +0100
commit

33d861180ca874afbd058b87d6ea87e540959047

parent

16a6e4419b43fb38d4436e78c2387c8582673240

2 files changed, 1 insertions(+), 16 deletions(-)

jump to
D .github/workflow/gitlab-mirror.yml

@@ -1,15 +0,0 @@

-name: GitLab Mirroring - -on: [push, delete] - -jobs: - to_octree_gitlab: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: pixta-dev/repository-mirroring-action@v1 - with: - target_repo_url: git@git.octree.ch:6118/o/caroster.git - ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
M .github/workflows/gitlab-mirror.yml.github/workflows/gitlab-mirror.yml

@@ -11,5 +11,5 @@ with:

fetch-depth: 0 - uses: pixta-dev/repository-mirroring-action@v1 with: - target_repo_url: git@git.octree.ch:6118/o/caroster.git + target_repo_url: ${{ secrets.GITLAB_REPO_URL }} ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}