1 parent 475c6a3 commit 5ea2982Copy full SHA for 5ea2982
1 file changed
.github/workflows/mirror.yml
@@ -0,0 +1,16 @@
1
+name: mirror
2
+
3
+on: [push]
4
5
+jobs:
6
+ mirror:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v3
10
+ with:
11
+ fetch-depth: 0
12
+ - uses: yesolutions/mirror-action@master
13
14
+ REMOTE: "https://codeberg.org/FyraStack/61Craft-stack.git"
15
+ GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
16
+ GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
0 commit comments