11 lines
278 B
YAML
11 lines
278 B
YAML
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}"
|