Skip to content

Commit

Permalink
Add files
Browse files Browse the repository at this point in the history
  • Loading branch information
anhkhoakz committed Jan 25, 2024
1 parent 7464825 commit 69aece3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Mirroring

on: [push, delete]

jobs:
to_codeberg:
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]:anhkhoakz/pages.git
ssh_private_key: ${{ secrets.codeberg_ssh }}

0 comments on commit 69aece3

Please sign in to comment.