Update autoMerge.yml
This commit is contained in:
		
							parent
							
								
									642d432b76
								
							
						
					
					
						commit
						a2760f1c98
					
				| 
						 | 
					@ -5,12 +5,12 @@ on:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    runs-on: macos-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - name: Auto Merge PR
 | 
					    - name: Auto Merge PR
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        echo ${{ secrets.PUSH_TOKEN }} >> auth.txt
 | 
					        echo ${{ secrets.GITHUB_TOKEN }} >> auth.txt
 | 
				
			||||||
        gh auth login --with-token < auth.txt
 | 
					        gh auth login --with-token < auth.txt
 | 
				
			||||||
        rm auth.txt
 | 
					        rm auth.txt
 | 
				
			||||||
        gh pr merge https://github.com/FreeTubeApp/FreeTube/pull/${{ github.event.pull_request.number }} --auto
 | 
					        gh pr merge https://github.com/FreeTubeApp/FreeTube/pull/${{ github.event.pull_request.number }} --auto
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue