aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-05-29 16:55:44 +0300
committerValentin Popov <valentin@popov.link>2024-05-29 16:55:44 +0300
commit497ad51a38eebce6b7b8cfcf6f869f28f9dc3c19 (patch)
tree1ae37c3287b13ef42d21d0bd8324183ad31cbdc9 /.github
parent6fa9a6af98294c6791d9c02086739ee878bcf410 (diff)
downloadgitlab-repository-mirror-checker-master.tar.xz
gitlab-repository-mirror-checker-master.zip
Added mirrorHEADmaster
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..9ffa3e7
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,17 @@
+name: Workflow
+
+on: [push]
+
+jobs:
+ mirror:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ with:
+ fetch-depth: 0
+
+ - uses: yesolutions/mirror-action@master
+ with:
+ REMOTE: 'https://git.popov.link/gitlab-repository-mirror-checker.git'
+ GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
+ GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}