We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ed136 commit 3f23cadCopy full SHA for 3f23cad
1 file changed
.github/workflows/mirrortocodeberg.yml
@@ -0,0 +1,22 @@
1
+name: Mirror to Codeberg
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
8
+jobs:
9
+ mirror:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Checkout source repo
13
+ uses: actions/checkout@v3
14
+ with:
15
+ fetch-depth: 0
16
17
+ - name: Mirror code to Codeberg
18
+ uses: yesolutions/mirror-action@master
19
20
+ REMOTE: 'https://codeberg.org/Bio-OS/bio-os.github.io.git'
21
+ GIT_USERNAME: zhaoqiang_li
22
+ GIT_PASSWORD: ${{ secrets.FORCODEBERG }}
0 commit comments