This commit is contained in:
parent
11fd16fa77
commit
cb8b799000
15
.gitea/workflows/github-mirror.yaml
Normal file
15
.gitea/workflows/github-mirror.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
name: github-mirror
|
||||
on: push
|
||||
jobs:
|
||||
push-github:
|
||||
runs-on: debian-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Push to GitHub
|
||||
uses: pixta-dev/repository-mirroring-action@v1
|
||||
with:
|
||||
target_repo_url:
|
||||
git@github.com:EkiciLP/Marinara.git
|
||||
ssh_private_key:
|
||||
${{ secrets.MIRROR_SSH_PRIVATE_KEY }}
|
Loading…
x
Reference in New Issue
Block a user