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