0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00

Added Gitea workflows

This commit is contained in:
2024-07-09 22:25:54 +04:00
parent 487f60f451
commit 266747bae5
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/valentineus.github.io.git'
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}