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 6, 2024
1 parent 9334d1f commit cd83d11
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/.github.git
ssh_private_key: ${{ secrets.CODEBERG_SSH }}

0 comments on commit cd83d11

Please sign in to comment.