Files
plainpages/.gitea/workflows/mirror.yml
T
renovate-bot 612a0ab8f2
CI / full-gate (push) Successful in 2m40s
Update actions/checkout action to v7
Release-Bump: major
2026-08-05 04:20:10 +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@v7.0.1
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/*'