Skip to content

Commit 693ab21

Browse files
committed
Create mirror-to-codeberg.yaml
1 parent 67f6f58 commit 693ab21

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
# Sync repo to the Codeberg mirror
3+
name: Repo sync GitHub -> Codeberg
4+
on:
5+
push:
6+
branches:
7+
- '**'
8+
9+
jobs:
10+
codeberg:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
14+
with:
15+
fetch-depth: 0
16+
- uses: spyoungtech/mirror-action@v0.7.0
17+
with:
18+
REMOTE: "https://codeberg.org/FredHappyface/Cli2Gui.git"
19+
GIT_USERNAME: FredHappyface
20+
GIT_PASSWORD: ${{ secrets.CODEBERG_PASSWORD }}

0 commit comments

Comments
 (0)