mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 18:48:11 +08:00 
			
		
		
		
	Generate attestation + refactor workflows (#1039)
This commit is contained in:
		
							
								
								
									
										13
									
								
								.github/workflows/publish.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/publish.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -1,3 +1,5 @@ | ||||
| name: "Publish to Bazel Central Registry" | ||||
|  | ||||
| on: | ||||
|   # On manual trigger: | ||||
|   workflow_dispatch: | ||||
| @@ -6,6 +8,17 @@ on: | ||||
|         required: true | ||||
|         type: string | ||||
|  | ||||
|   # Called from the release workflow: | ||||
|   workflow_call: | ||||
|     inputs: | ||||
|       tag_name: | ||||
|         required: true | ||||
|         type: string | ||||
|     secrets: | ||||
|       PUBLISH_TOKEN: | ||||
|         required: true | ||||
|         type: string | ||||
|  | ||||
| jobs:     | ||||
|   publish: | ||||
|     uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v0.0.4 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arthur Sonzogni
					Arthur Sonzogni