Added mirror

FossilOrigin-Name: a1528b81d3aca5055499bddb0c28873819ccc1bb07ad9ae3a8806736aba47d98
This commit is contained in:
Valentin Popov 2024-05-31 09:04:48 +00:00
parent 804454678d
commit 7fb0f81a89

17
.github/workflows/mirror.yml vendored Normal file
View File

@ -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 }}