Merge pull request #14658 from rabbitmq/dependabot/github_actions/main/peter-evans/repository-dispatch-4
	
		
			
	
		
	
	
		
			
				
	
				Trigger a 4.2.x alpha release build / trigger_alpha_build (push) Waiting to run
				
					Details
				
			
		
	
				
					
				
			
				
	
				Trigger a 4.2.x alpha release build / trigger_alpha_build (push) Waiting to run
				
					Details
				
			
		
	Bump peter-evans/repository-dispatch from 3 to 4
This commit is contained in:
		
						commit
						2303570d90
					
				|  | @ -18,7 +18,7 @@ jobs: | ||||||
|       - name: Compute prerelease identifier from commit SHA |       - name: Compute prerelease identifier from commit SHA | ||||||
|         run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV |         run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV | ||||||
|       - name: Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }} |       - name: Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }} | ||||||
|         uses: peter-evans/repository-dispatch@v3 |         uses: peter-evans/repository-dispatch@v4 | ||||||
|         with: |         with: | ||||||
|           token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }} |           token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }} | ||||||
|           repository: ${{ env.DEV_WORKFLOW_REPOSITORY }} |           repository: ${{ env.DEV_WORKFLOW_REPOSITORY }} | ||||||
|  |  | ||||||
|  | @ -19,7 +19,7 @@ jobs: | ||||||
|       - name: Compute prerelease identifier from commit SHA |       - name: Compute prerelease identifier from commit SHA | ||||||
|         run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV |         run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV | ||||||
|       - name: Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }} |       - name: Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }} | ||||||
|         uses: peter-evans/repository-dispatch@v3 |         uses: peter-evans/repository-dispatch@v4 | ||||||
|         with: |         with: | ||||||
|           token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }} |           token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }} | ||||||
|           repository: ${{ env.DEV_WORKFLOW_REPOSITORY }} |           repository: ${{ env.DEV_WORKFLOW_REPOSITORY }} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue