all repos — caroster @ efb618469130ae351c648f97b4a1d6cac23525b3

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

🧱 Remove GitHub Action for mirroring
Tim Izzo tim@octree.ch
Wed, 11 Oct 2023 12:58:17 +0000
commit

efb618469130ae351c648f97b4a1d6cac23525b3

parent

85f214559402317c519bab852777727465e6867c

1 files changed, 0 insertions(+), 15 deletions(-)

jump to
D .github/workflows/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: ${{ secrets.GITLAB_REPO_URL }} - ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}