From a5ee48a4450f854e305a37103847970680121045 Mon Sep 17 00:00:00 2001 From: okiedork Date: Sat, 23 Mar 2024 11:41:40 -0300 Subject: [PATCH] Update repository dispatch event type --- .github/workflows/build-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 4319ba9..9db4397 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -92,5 +92,5 @@ jobs: # personal access token with "repo" scope token: ${{ secrets.INFRA_REPO_ACCESS_TOKEN }} repository: ${{ secrets.INFRA_REPO }} - event-type: deploy-new-version + event-type: deploy-php-package-health client-payload: '{"sha": "${{ github.sha }}", "environment": "${{ needs.docker.outputs.environment }}"}'