mirror of
https://github.com/kbenestad/invoice.git
synced 2026-06-18 08:04:32 +00:00
Add GitHub Actions workflow for repository mirroring
This commit is contained in:
parent
dd8bc3ac16
commit
d89a557063
1 changed files with 13 additions and 0 deletions
13
.github/workflows/mirror.yml
vendored
Normal file
13
.github/workflows/mirror.yml
vendored
Normal 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 }}
|
||||
Loading…
Reference in a new issue