Skip to content

Commit 325e494

Browse files
committed
ci: add mirroring to codeberg
1 parent 44ea49a commit 325e494

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/mirror.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: "Mirror Repository"
2+
3+
on: [push]
4+
5+
jobs:
6+
mirror:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
with:
11+
fetch-depth: 0
12+
- uses: yesolutions/mirror-action@master
13+
with:
14+
REMOTE: 'https://codeberg.org/Stellarium-Labs/StellariumLabsBot.git'
15+
GIT_USERNAME: Astrea
16+
GIT_PASSWORD: '${{ secrets.CODEBERG_PASSWORD }}'

0 commit comments

Comments
 (0)