Add push mirror
This commit is contained in:
parent
5e0c630b44
commit
1d110271f8
1 changed files with 17 additions and 0 deletions
17
.github/workflows/push.yaml
vendored
Normal file
17
.github/workflows/push.yaml
vendored
Normal 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 }}
|
Loading…
Reference in a new issue