[CI] Add the disroot repo to the mirror action
This commit is contained in:
parent
73a70b022f
commit
d3af14c21e
1 changed files with 11 additions and 0 deletions
11
.github/workflows/mirror.yml
vendored
11
.github/workflows/mirror.yml
vendored
|
@ -39,3 +39,14 @@ jobs:
|
|||
REMOTE_NAME: codeberg
|
||||
GIT_USERNAME: anas-elgarhy
|
||||
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}
|
||||
|
||||
- name: mirror in git.disroot
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: yesolutions/mirror-action@master
|
||||
with:
|
||||
REMOTE: 'https://git.disroot.org/anas-elgarhy/dotfiles.git'
|
||||
REMOTE_NAME: disroot
|
||||
GIT_USERNAME: anas-elgarhy
|
||||
GIT_PASSWORD: ${{ secrets.DISROOT_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue