Skip to content

Commit

Permalink
Create dismirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wish13yt authored Oct 19, 2024
1 parent 05ebc9c commit 1c79c4c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dismirror.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 Disroot
on: push
jobs:
disroot:
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/lb
ssh_private_key: ${{ secrets.CODEBERG_SSH }}

0 comments on commit 1c79c4c

Please sign in to comment.