tangled
alpha
login
or
join now
scanash.com
/
aethel
0
fork
atom
Aethel Bot OSS repository!
aethel.xyz
bot
fun
ai
discord
discord-bot
aethel
0
fork
atom
overview
issues
pulls
pipelines
e
scanash.com
3 months ago
36a7e738
acfafbcc
0/1
mirror.yml
failed
3s
+4
-5
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
mirror.yml
+4
-5
.tangled/workflows/mirror.yml
reviewed
···
12
12
- name: "Mirror Aethel upstream into this repository"
13
13
command: |
14
14
rm -rf upstream-mirror
15
15
-
16
16
-
git clone --mirror \
17
17
-
https://${GITHUB_TOKEN}@github.com/Aethel-Labs/aethel.git \
18
18
-
upstream-mirror
19
19
-
15
15
+
GIT_TERMINAL_PROMPT=0 \
16
16
+
git -c credential.helper= \
17
17
+
-c core.askpass=true \
18
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