mirror of
https://github.com/kbenestad/reimburse.git
synced 2026-06-18 08:04:31 +00:00
Add GitHub Actions workflow for repository mirroring
This commit is contained in:
parent
ca81d531f7
commit
fde406475e
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:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
- uses: yesolutions/mirror-action@master
|
||||||
|
with:
|
||||||
|
REMOTE: 'https://codeberg.org/reimburse/reimburse.git'
|
||||||
|
GIT_USERNAME: kbenestad
|
||||||
|
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
|
||||||
Loading…
Reference in a new issue