mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Update repo-mirror.en-us.md (#28612)
Add small changes to the doc. The workflow scope require for push code to github mirror in case the project use the github action compatibility ui.
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							ff7383e83a
						
					
				
				
					commit
					0e9c988373
				
			| @@ -58,7 +58,7 @@ The repository now gets mirrored periodically to the remote repository. You can | |||||||
|  |  | ||||||
| To set up a mirror from Gitea to GitHub, you need to follow these steps: | To set up a mirror from Gitea to GitHub, you need to follow these steps: | ||||||
|  |  | ||||||
| 1. Create a [GitHub personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) with the *public_repo* box checked. | 1. Create a [GitHub personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) with the *public_repo* box checked. Also check the **workflow** checkbox in case your repo using act for continuous integration. | ||||||
| 2. Create a repository with that name on GitHub. Unlike Gitea, GitHub does not support creating repositories by pushing to the remote. You can also use an existing remote repo if it has the same commit history as your Gitea repo. | 2. Create a repository with that name on GitHub. Unlike Gitea, GitHub does not support creating repositories by pushing to the remote. You can also use an existing remote repo if it has the same commit history as your Gitea repo. | ||||||
| 3. In the settings of your Gitea repo, fill in the **Git Remote Repository URL**: `https://github.com/<your_github_group>/<your_github_project>.git`. | 3. In the settings of your Gitea repo, fill in the **Git Remote Repository URL**: `https://github.com/<your_github_group>/<your_github_project>.git`. | ||||||
| 4. Fill in the **Authorization** fields with your GitHub username and the personal access token as **Password**. | 4. Fill in the **Authorization** fields with your GitHub username and the personal access token as **Password**. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user