Create mirror.yml

This commit is contained in:
Hobbabobba
2025-09-16 22:26:03 +02:00
committed by GitHub
parent a9b325aa74
commit 3876843d80

15
.github/workflows/mirror.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Mirror to Gitea
on: [push]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Push to Gitea
run: |
git remote add gitea https://{{ secrets.GITEA_USER }}:${{ secrets.GITEA_TOKEN }}@git.nauheimtech.de/StefanMewes/keyserver.git
git push --mirror gitea