File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 - name : Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
2121 uses : peter-evans/repository-dispatch@v3
2222 with :
23- token : ${{ secrets.RABBITMQCI_BOT_TOKEN }}
23+ token : ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
2424 repository : ${{ env.DEV_WORKFLOW_REPOSITORY }}
2525 event-type : " new_4.0.x_alpha"
2626 client-payload : |-
Original file line number Diff line number Diff line change 2020 - name : Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
2121 uses : peter-evans/repository-dispatch@v3
2222 with :
23- token : ${{ secrets.RABBITMQCI_BOT_TOKEN }}
23+ token : ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
2424 repository : ${{ env.DEV_WORKFLOW_REPOSITORY }}
2525 event-type : " new_4.1.x_alpha"
2626 client-payload : |-
Original file line number Diff line number Diff line change 2121 - name : Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
2222 uses : peter-evans/repository-dispatch@v3
2323 with :
24- token : ${{ secrets.RABBITMQCI_BOT_TOKEN }}
24+ token : ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
2525 repository : ${{ env.DEV_WORKFLOW_REPOSITORY }}
2626 event-type : " new_4.2.x_alpha"
2727 client-payload : |-
You can’t perform that action at this time.
0 commit comments