chore: remove auto mirror to github

This commit is contained in:
Ayo Ayco 2025-05-20 10:31:17 +02:00
parent b2783321a7
commit 3e7cdb5710

View file

@ -1,11 +0,0 @@
image: alpine/edge
secrets:
- bbfcb6dc-7c4a-42ee-a11a-022f0339a133
environment:
REPO: threads
GH_USER: ayoayco
tasks:
- push-mirror: |
cd ~/"${REPO}"
git config --global credential.helper store
git push --mirror "https://github.com/${GH_USER}/${REPO}"