Merge pull request #7357 from alrossi/fix/9.2/bulk-no-pin-online #105
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirroring | |
on: [push, delete] | |
jobs: | |
to_gitlab: | |
runs-on: ubuntu-latest | |
if: github.repository == 'dcache/dcache' | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- uses: pixta-dev/repository-mirroring-action@v1 | |
with: | |
target_repo_url: | |
[email protected]:dcache/dcache.git | |
ssh_private_key: | |
${{ secrets.REPOSYNC_SSH_PRIVATE_KEY }} |