[CI] Add the disroot repo to the mirror action

This commit is contained in:
Anas Elgarhy 2023-04-15 23:20:16 +02:00
parent 73a70b022f
commit d3af14c21e
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
1 changed files with 11 additions and 0 deletions

View File

@ -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 }}