Skip to content

Commit c8121bf

Browse files
Add GitHub Actions workflow to mirror to Codeberg
1 parent 875da5a commit c8121bf

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Mirror to Codeberg
2+
3+
on:
4+
push:
5+
branches: ['**']
6+
delete:
7+
branches: ['**']
8+
9+
jobs:
10+
mirror:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v6
14+
with:
15+
fetch-depth: 0
16+
- name: Push mirror to Codeberg
17+
run: |
18+
git push --mirror https://freddy-schuetz:${{ secrets.CODEBERG_TOKEN }}@codeberg.org/freddy-schuetz/ai-launchkit.git

0 commit comments

Comments
 (0)