Skip to content

Commit

Permalink
github: add gitlab mirroring action
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Aug 4, 2023
1 parent f34a0cb commit cdc47c7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/mirror.yml
@@ -0,0 +1,17 @@
name: Mirroring

on: [push, delete]

jobs:
to_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@gitlab.desy.de:dcache/dcache.git
ssh_private_key:
${{ secrets.REPOSYNC_SSH_PRIVATE_KEY }}

0 comments on commit cdc47c7

Please sign in to comment.