mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-04 05:15:22 +00:00 
			
		
		
		
	.github: Change OnPRMergeApproved to use default token
(cherry picked from commit 3b55311eb1)
			
			
This commit is contained in:
		
				
					committed by
					
						
						Asterisk Development Team
					
				
			
			
				
	
			
			
			
						parent
						
							1ba2317472
						
					
				
				
					commit
					af9c9f9ebe
				
			
							
								
								
									
										4
									
								
								.github/workflows/OnPRMergeApproved.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/OnPRMergeApproved.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,7 +13,5 @@ jobs:
 | 
			
		||||
    name: MergePR
 | 
			
		||||
    if: contains(fromJSON(vars.MERGE_APPROVED_LABELS), github.event.label.name)
 | 
			
		||||
    uses: asterisk/asterisk-ci-actions/.github/workflows/AsteriskMergePR.yml@main
 | 
			
		||||
# Merging requires a specific token or it'll get caught in the rules that
 | 
			
		||||
# prevent merges by mortals.
 | 
			
		||||
    secrets:
 | 
			
		||||
      TOKEN: ${{ secrets.ASTERISKTEAM_PAT }}
 | 
			
		||||
      TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user