aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-05-29 17:21:47 +0300
committerValentin Popov <valentin@popov.link>2024-05-29 17:21:47 +0300
commit828cd0ecf281f1789ce7aa077a91154a14cbcf17 (patch)
tree087fa682dfa026072f48afcc6fb02e4c5ae2de85 /.github
parente0362e42501059b332d14fc16917e7ae68cc765a (diff)
downloadtool_managertokens-master.tar.xz
tool_managertokens-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..2a5e1f7
--- /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/moodle/tool_managertokens.git'
+ GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
+ GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}