Merge pull request #14659 from rabbitmq/dependabot/github_actions/v4.1.x/peter-evans/repository-dispatch-4
Trigger a 4.1.x alpha release build / trigger_alpha_build (push) Has been cancelled Details

Bump peter-evans/repository-dispatch from 3 to 4
This commit is contained in:
Michael Klishin 2025-10-02 13:14:43 -04:00 committed by GitHub
commit ed07f334b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}