There was an error while loading. Please reload this page.
1 parent 40c104b commit d78ee4dCopy full SHA for d78ee4d
1 file changed
.github/workflows/mirror.yml
@@ -1,18 +1,12 @@
1
name: mirror
2
+on: [push]
3
+
4
permissions:
5
contents: read
6
-on: [push]
-
7
jobs:
8
mirror:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
12
- with:
13
- fetch-depth: 0
14
- - uses: yesolutions/mirror-action@1708f16cdb28634fd3ba10c5c79abc91f5578a14 # v0.7.0
15
16
- REMOTE: "https://codeberg.org/FyraStack/odorobo.git"
17
- GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
18
- GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
+ uses: FyraLabs/actions/.github/workflows/mirror.yml@main
+ secrets:
+ GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
+ GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
0 commit comments