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
acfafbcc
3ecea974
0/1
mirror.yml
failed
3s
+5
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
mirror.yml
+5
-2
.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
-
GIT_ASKPASS=true \
16
16
-
git clone --mirror https://github.com/Aethel-Labs/aethel.git 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
+
17
20
cd upstream-mirror
18
21
git remote set-url --push origin "$GIT_REMOTE_URL"
19
22
git push --mirror