mirror of
				https://github.com/Instadapp/chains.git
				synced 2024-07-29 22:37:19 +00:00 
			
		
		
		
	Try fix rebase workflow (#1470)
* Remove unreferenced icon * Try fix rebase workflow https://stackoverflow.com/questions/66643917/refusing-to-allow-a-github-app-to-create-or-update-workflow
This commit is contained in:
		
							parent
							
								
									4a818ed16d
								
							
						
					
					
						commit
						3405ea4d70
					
				
							
								
								
									
										4
									
								
								.github/workflows/rebase.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/rebase.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -16,11 +16,11 @@ jobs:
 | 
			
		|||
      - name: Checkout the latest code
 | 
			
		||||
        uses: actions/checkout@v2
 | 
			
		||||
        with:
 | 
			
		||||
          token: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
          token: ${{ secrets.WORKFLOW_TOKEN }}
 | 
			
		||||
          fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
 | 
			
		||||
      - name: Automatic Rebase
 | 
			
		||||
        uses: cirrus-actions/rebase@1.7
 | 
			
		||||
        with:
 | 
			
		||||
          autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }}
 | 
			
		||||
        env:
 | 
			
		||||
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
          GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user