mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	Use meili-bot PAT everywhere
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/publish-binaries.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/publish-binaries.yml
									
									
									
									
										vendored
									
									
								
							@@ -62,7 +62,7 @@ jobs:
 | 
			
		||||
      if: github.event_name != 'schedule'
 | 
			
		||||
      uses: svenstaro/upload-release-action@v1-release
 | 
			
		||||
      with:
 | 
			
		||||
        repo_token: ${{ secrets.PUBLISH_TOKEN }}
 | 
			
		||||
        repo_token: ${{ secrets.MEILI_BOT_GH_PAT }}
 | 
			
		||||
        file: target/release/${{ matrix.artifact_name }}
 | 
			
		||||
        asset_name: ${{ matrix.asset_name }}
 | 
			
		||||
        tag: ${{ github.ref }}
 | 
			
		||||
@@ -132,7 +132,7 @@ jobs:
 | 
			
		||||
        if: github.event_name != 'schedule'
 | 
			
		||||
        uses: svenstaro/upload-release-action@v1-release
 | 
			
		||||
        with:
 | 
			
		||||
          repo_token: ${{ secrets.PUBLISH_TOKEN }}
 | 
			
		||||
          repo_token: ${{ secrets.MEILI_BOT_GH_PAT }}
 | 
			
		||||
          file: target/${{ matrix.target }}/release/meilisearch
 | 
			
		||||
          asset_name: ${{ matrix.asset_name }}
 | 
			
		||||
          tag: ${{ github.ref }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user