Add push mirror

This commit is contained in:
Sam Therapy 2023-11-08 22:36:41 +01:00
parent 5e0c630b44
commit 1d110271f8
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

17
.github/workflows/push.yaml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Mirror Push
on: [push]
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: mirror
uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://git.froth.zone/packaging/nur.git'
GIT_USERNAME: oauth2
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}