Aethel Bot OSS repository! aethel.xyz
bot fun ai discord discord-bot aethel

e

+4 -5
+4 -5
.tangled/workflows/mirror.yml
··· 12 12 - name: "Mirror Aethel upstream into this repository" 13 13 command: | 14 14 rm -rf upstream-mirror 15 - 16 - git clone --mirror \ 17 - https://${GITHUB_TOKEN}@github.com/Aethel-Labs/aethel.git \ 18 - upstream-mirror 19 - 15 + GIT_TERMINAL_PROMPT=0 \ 16 + git -c credential.helper= \ 17 + -c core.askpass=true \ 18 + clone --mirror https://github.com/Aethel-Labs/aethel.git upstream-mirror 20 19 cd upstream-mirror 21 20 git remote set-url --push origin "$GIT_REMOTE_URL" 22 21 git push --mirror