Skip to content

Commit

Permalink
adding mirroring workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dr4hcu5-jan committed Feb 7, 2024
1 parent faf415d commit 18b7edf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/gitlab-mirror.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Mirror Repository
on: [push]

jobs:
mirror-repo:
runs-on: ubuntu-latest
steps:
- uses: wisdom-oss/mirroring-action@main
with:
user: ${{ secrets.MIRROR_USER }}
pat: ${{ secrets.MIRROR_PASSWORD }}
repository: ${{ github.event.repository.name }}
host: ${{ secrets.MIRROR_HOST }}

0 comments on commit 18b7edf

Please sign in to comment.