mirror of
https://github.com/openvk/commitcaptcha.git
synced 2024-11-15 03:31:11 +03:00
Add an action for proper repository mirroring
This commit is contained in:
parent
6490e05ae7
commit
4cf78a68a9
1 changed files with 15 additions and 0 deletions
15
.github/workflows/codeberg-mirror.yml
vendored
Normal file
15
.github/workflows/codeberg-mirror.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: Codeberg Mirroring
|
||||||
|
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
to_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: "git@codeberg.org:openvk/commitcaptcha.git"
|
||||||
|
ssh_private_key: ${{ secrets.CODEBERG_MIRRORSSH }}
|
Loading…
Reference in a new issue