From 7fb0f81a89979044edfb5633df2d09c164c8e2a8 Mon Sep 17 00:00:00 2001 From: valentineus Date: Fri, 31 May 2024 09:04:48 +0000 Subject: Added mirror FossilOrigin-Name: a1528b81d3aca5055499bddb0c28873819ccc1bb07ad9ae3a8806736aba47d98 --- .github/workflows/mirror.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/mirror.yml (limited to '.github') diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml new file mode 100644 index 0000000..8671263 --- /dev/null +++ b/.github/workflows/mirror.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/wecli.git' + GIT_USERNAME: ${{ secrets.GIT_USERNAME }} + GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} -- cgit v1.2.3