Skip to content

Commit

Permalink
mirror to codeberg
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and alphatownsman committed Jan 18, 2025
1 parent a04106f commit 2826bc6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Mirror to Codeberg

on: [push, delete]

jobs:
to_gitlab:
if: github.repository_owner == 'neodb-social'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
[email protected]:NeoDB/neodb.git
ssh_private_key:
${{ secrets.CODEBERG_SSH_PRIVATEKEY }}

0 comments on commit 2826bc6

Please sign in to comment.