mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
Add GitHub Actions workflow for repository mirroring
This commit is contained in:
parent
a939883bef
commit
5af611502a
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/kbpkg/kbpkg.git'
|
||||||
|
GIT_USERNAME: kbenestad
|
||||||
|
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD_CODEBERG }}
|
||||||
Loading…
Reference in a new issue