Compare commits
7 commits
Author | SHA1 | Date | |
---|---|---|---|
c6bf9b5d36 | |||
7001c990fa | |||
e33b1cd3ae | |||
bb509c6df8 | |||
6b67469c45 | |||
a60f40f239 | |||
4ad183b1d1 |
2 changed files with 14 additions and 0 deletions
11
.build.yml
Normal file
11
.build.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
image: alpine/edge
|
||||
secrets:
|
||||
- bbfcb6dc-7c4a-42ee-a11a-022f0339a133
|
||||
environment:
|
||||
REPO: astro-github-stats
|
||||
GH_USER: ayoayco
|
||||
tasks:
|
||||
- push-mirror: |
|
||||
cd ~/"${REPO}"
|
||||
git config --global credential.helper store
|
||||
git push --mirror "https://github.com/${GH_USER}/${REPO}"
|
|
@ -1,3 +1,6 @@
|
|||
> [!Note]
|
||||
> Project moved to [SourceHut](https://git.sr.ht/~ayoayco/astro-github-stats)
|
||||
|
||||
# Astro GitHub Stats ✨
|
||||
|
||||
[](https://www.npmjs.com/package/astro-github-stats)
|
||||
|
|
Loading…
Reference in a new issue