mirror of
				https://code.forgejo.org/actions/checkout.git
				synced 2025-11-04 06:39:11 +00:00 
			
		
		
		
	Change secret name for PAT to not start with GITHUB_ (#623)
Github doesn't allow secret names that start with `GITHUB_` (case insensitive). Update README to choose a different prefix (GH).
This commit is contained in:
		
							parent
							
								
									ec3a7ce113
								
							
						
					
					
						commit
						230611dbd0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -185,7 +185,7 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
 | 
				
			||||||
  uses: actions/checkout@v2
 | 
					  uses: actions/checkout@v2
 | 
				
			||||||
  with:
 | 
					  with:
 | 
				
			||||||
    repository: my-org/my-private-tools
 | 
					    repository: my-org/my-private-tools
 | 
				
			||||||
    token: ${{ secrets.GitHub_PAT }} # `GitHub_PAT` is a secret that contains your PAT
 | 
					    token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
 | 
				
			||||||
    path: my-tools
 | 
					    path: my-tools
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue