Add GitHub Actions workflow for repository mirroring

This commit is contained in:
Kristian Benestad 2026-06-04 17:24:12 +07:00 committed by GitHub
parent dd8bc3ac16
commit d89a557063
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
.github/workflows/mirror.yml vendored Normal file
View file

@ -0,0 +1,13 @@
on: [push]
jobs:
mirror:
runs-on: ubuntu-latest
steps:reimburse
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/invoice/invoice.git'
GIT_USERNAME: kbenestad
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}