popov.link/.github/workflows/mirror.yml
Valentin Popov 13ca891dd1
Initial GitHub Actions
Signed-off-by: Valentin Popov <valentin@popov.link>
2024-02-14 01:27:22 +04:00

18 lines
374 B
YAML

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