katorlys/Github Mirror To Gitea
Mirror your GitHub repositories to your Gitea server.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_USERNAME | Your GitHub username | yes | — |
| GITHUB_PAT | Your GitHub personal access token | yes | — |
| GITEA_HOST | Your Gitea hostname, starts with `http://` or `https://` | yes | — |
| GITEA_USERNAME | Your Gitea username | yes | — |
| GITEA_PAT | Your Gitea personal access token | yes | — |
| CREATE_ORG | Create a new organization in Gitea when the repository username is different from your GitHub username | no | true |
| REMOVE_INEXIST_REPO | Remove all repositories in Gitea owned by the user that do not exist in GitHub | no | false |
| REMOVE_EXISTING_REPO | Remove existing repositories in Gitea that have the same name as the repositories in GitHub | no | false |
| MIRROR_OWNED | Mirror the repositories you own | no | true |
| MIRROR_PRIVATE | Mirror private repositories you own | no | true |
| MIRROR_FORKED | Mirror the repositories you forked | no | true |
| MIRROR_STARRED | Mirror the repositories you starred | no | false |
| MIRROR_COLLABORATOR | Mirror the repositories that you have collaborator access | no | false |
| MIRROR_ORGANIZATION | Mirror the repositories in organizations that you are a member | no | false |
| MODE | `whitelist` or `blacklist` to only mirror or skip repositories that match the regex | no | blacklist |
| REGEX | Regex list | no | EpicGames/.*,NVIDIAGameWorks/.* |
Outputs
no outputs