Skip to content

Commit eb81d52

Browse files
committed
create '.github\workflows\sync-codeberg.yml'
1 parent e21e05d commit eb81d52

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Sync Codeberg mirror
2+
3+
on:
4+
push:
5+
branches:
6+
- "**"
7+
tags:
8+
- "**"
9+
10+
workflow_dispatch:
11+
12+
jobs:
13+
sync:
14+
uses: ianhubnet/.github/.github/workflows/mirror-to-codeberg.yml@main
15+
with:
16+
private: false
17+
mirror_mode: mirror
18+
codeberg_owner: ianhub
19+
secrets:
20+
CODEBERG_TOKEN: ${{ secrets.CODEBERG_TOKEN }}

0 commit comments

Comments
 (0)