add github mirror action
All checks were successful
github-mirror / push-github (push) Successful in 5s
All checks were successful
github-mirror / push-github (push) Successful in 5s
This commit is contained in:
parent
614ca976b9
commit
de46e7625a
17
.gitea/workflows/github-mirror.yml
Normal file
17
.gitea/workflows/github-mirror.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: github-mirror
|
||||||
|
on: push
|
||||||
|
jobs:
|
||||||
|
push-github:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- name: Push to GitHub
|
||||||
|
uses: pixta-dev/repository-mirroring-action@v1
|
||||||
|
with:
|
||||||
|
target_repo_url:
|
||||||
|
git@github.com:EkiciLP/TomatenMusic3.git
|
||||||
|
ssh_private_key:
|
||||||
|
${{ secrets.MIRROR_SSH_PRIVATE_KEY }}
|
Loading…
x
Reference in New Issue
Block a user