Skip to content

Commit 95332dd

Browse files
Use a functional token for rabbitmq/server-packages event dispatch
1 parent 596e3ef commit 95332dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-4.0.x-alphas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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: |-

.github/workflows/release-4.1.x-alphas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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: |-

.github/workflows/release-4.2.x-alphas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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: |-

0 commit comments

Comments
 (0)