From d3af14c21eafea08798ab0677215ad6167c658bd Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Sat, 15 Apr 2023 23:20:16 +0200 Subject: [PATCH] [CI] Add the disroot repo to the mirror action --- .github/workflows/mirror.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index dce6807..6ad5b9a 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -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 }}