Skip to content

Commit

Permalink
Create mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wish13yt authored Oct 6, 2024
1 parent 955bc40 commit 9334d1f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Pushes the contents of the repo to the Codeberg mirror
name: Mirror to Codeberg
on: push
jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with: { fetch-depth: 0 }
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: [email protected]:Freakybob/.github.git
ssh_private_key: ${{ secrets.CODEBERG_SSH }}

0 comments on commit 9334d1f

Please sign in to comment.