mirror of
				https://gitea.com/gitea/act_runner.git
				synced 2025-11-04 06:38:55 +01:00 
			
		
		
		
	Update examples for GITEA_RUNNER_REGISTRATION_TOKEN env (#630)
				
					
				
			For https://github.com/go-gitea/gitea/pull/32946 Reviewed-on: https://gitea.com/gitea/act_runner/pulls/630 Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com> Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Co-authored-by: Zettat123 <zettat123@gmail.com> Co-committed-by: Zettat123 <zettat123@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							8b72d1c7ae
						
					
				
				
					commit
					a7080f5457
				
			@@ -12,7 +12,10 @@ spec:
 | 
			
		||||
---
 | 
			
		||||
apiVersion: v1
 | 
			
		||||
data:
 | 
			
		||||
  token: << runner registration token goes here >>
 | 
			
		||||
  # The registration token can be obtained from the web UI, API or command-line.
 | 
			
		||||
  # You can also set a pre-defined global runner registration token for the Gitea instance via 
 | 
			
		||||
  # `GITEA_RUNNER_REGISTRATION_TOKEN`/`GITEA_RUNNER_REGISTRATION_TOKEN_FILE` environment variable.
 | 
			
		||||
  token: << base64 encoded registration token >>
 | 
			
		||||
kind: Secret
 | 
			
		||||
metadata:
 | 
			
		||||
  name: runner-secret
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user