Added Gitea

This commit is contained in:
2024-07-19 16:39:08 +04:00
parent a990de90fe
commit ee8a5fc02b
5 changed files with 56 additions and 17 deletions

0
.github/workflows/.gitkeep vendored Normal file
View File

View File

@ -1,17 +0,0 @@
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/fparkan.git'
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}