Files
plainpages/.gitea/workflows/mirror.yml
T
renovate-bot 1abaa22a97
CI / full-gate (push) Successful in 2m35s
Mirror / github-mirror (push) Successful in 6s
Update actions/checkout action to v4.4.0
Release-Bump: minor
2026-08-03 04:17:55 +00:00

19 lines
451 B
YAML

name: Mirror
on:
push:
branches: [main]
tags: ['**']
workflow_dispatch:
jobs:
github-mirror:
runs-on: docker-host
steps:
- uses: actions/checkout@v4.4.0
with:
fetch-depth: 0
- run: |
git push --force \
"https://x-access-token:${{ secrets.MIRROR_GITHUB_TOKEN }}@github.com/larvit/plainpages.git" \
refs/remotes/origin/main:refs/heads/main 'refs/tags/*:refs/tags/*'