{"id":25915819,"url":"https://github.com/pkgstore-archive/github-action-mirror","last_synced_at":"2026-03-02T04:32:12.128Z","repository":{"id":45171330,"uuid":"375359966","full_name":"pkgstore-archive/github-action-mirror","owner":"pkgstore-archive","description":"Universal mirroring repository tool.","archived":false,"fork":false,"pushed_at":"2022-08-27T22:48:21.000Z","size":28,"stargazers_count":5,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T00:06:41.699Z","etag":null,"topics":["action","actions","github","github-action","github-actions","github-mirror","mirror","pkgstore"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkgstore-archive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"ko_fi":"pkgstore","liberapay":"pkgstore","patreon":"pkgstore"}},"created_at":"2021-06-09T13:11:47.000Z","updated_at":"2023-08-07T09:15:39.000Z","dependencies_parsed_at":"2022-07-13T18:21:38.304Z","dependency_job_id":null,"html_url":"https://github.com/pkgstore-archive/github-action-mirror","commit_stats":null,"previous_names":["pkgstore/github-action-mirror"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/pkgstore-archive/github-action-mirror","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgstore-archive%2Fgithub-action-mirror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgstore-archive%2Fgithub-action-mirror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgstore-archive%2Fgithub-action-mirror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgstore-archive%2Fgithub-action-mirror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkgstore-archive","download_url":"https://codeload.github.com/pkgstore-archive/github-action-mirror/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgstore-archive%2Fgithub-action-mirror/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29992306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","actions","github","github-action","github-actions","github-mirror","mirror","pkgstore"],"created_at":"2025-03-03T12:17:42.550Z","updated_at":"2026-03-02T04:32:12.107Z","avatar_url":"https://github.com/pkgstore-archive.png","language":"Shell","readme":"# GitHub Action: Git Repository Mirror\n\nUniversal mirroring repository tool.\n\n## Workflow Syntax\n\n### GitHub \u003e GitLab\n\n```yml\nname: \"Repository Mirror\"\n\non:\n  - push\n\njobs:\n  mirror:\n    runs-on: ubuntu-latest\n    name: \"Mirror\"\n    steps:\n      - uses: pkgstore/github-action-mirror@main\n        with:\n          source_repo: \"https://github.com/${{ github.repository }}.git\"\n          source_user: \"${{ secrets.MIRROR_SOURCE_USER_GITHUB }}\"\n          source_token: \"${{ secrets.MIRROR_SOURCE_TOKEN_GITHUB }}\"\n          target_repo: \"https://gitlab.com/${{ github.repository }}.git\"\n          target_user: \"${{ secrets.MIRROR_TARGET_USER_GITLAB }}\"\n          target_token: \"${{ secrets.MIRROR_TARGET_TOKEN_GITLAB }}\"\n```\n\n### GitHub \u003e GitHub\n\n```yml\nname: \"Repository Mirror: GitHub\"\n\non:\n  - push\n\njobs:\n  mirror:\n    runs-on: ubuntu-latest\n    name: \"Mirror\"\n    steps:\n      - uses: pkgstore/github-action-mirror@main\n        with:\n          source_repo: \"https://github.com/${{ github.repository }}.git\"\n          source_user: \"${{ secrets.MIRROR_SOURCE_USER_GITHUB }}\"\n          source_token: \"${{ secrets.MIRROR_SOURCE_TOKEN_GITHUB }}\"\n          target_repo: \"${{ secrets.MIRROR_TARGET_URL_GITHUB }}\"\n          target_user: \"${{ secrets.MIRROR_TARGET_USER_GITHUB }}\"\n          target_token: \"${{ secrets.MIRROR_TARGET_TOKEN_GITHUB }}\"\n```\n\n## Legend\n\n- `source_repo` - source repository URL.\n- `source_user` - source user.\n- `source_token` - source token.\n- `target_repo` - target repository URL.\n- `target_user` - target user.\n- `target_token` - target token.\n","funding_links":["https://ko-fi.com/pkgstore","https://liberapay.com/pkgstore","https://patreon.com/pkgstore"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgstore-archive%2Fgithub-action-mirror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkgstore-archive%2Fgithub-action-mirror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgstore-archive%2Fgithub-action-mirror/lists"}