There was an error while loading. Please reload this page.
1 parent e21e05d commit eb81d52Copy full SHA for eb81d52
1 file changed
.github/workflows/sync-codeberg.yml
@@ -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