From 46c8428ca8755446056ec160ce597b519a2f66c9 Mon Sep 17 00:00:00 2001 From: Martin Xu <15661672+martinxu9@users.noreply.github.com> Date: Wed, 15 May 2024 12:53:06 -0700 Subject: [PATCH] send the name for the app to be deployed in the event (#42) --- .github/workflows/repository_dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repository_dispatch.yml b/.github/workflows/repository_dispatch.yml index 3f5b993..58f531d 100644 --- a/.github/workflows/repository_dispatch.yml +++ b/.github/workflows/repository_dispatch.yml @@ -13,4 +13,4 @@ jobs: token: ${{ secrets.HOSTING_REPOSITORY_DISPATCH }} repository: reflex-dev/reflex-hosting event-type: push - client-payload: '{"repo": "${{ github.repository }}", "sha": "${{ github.sha }}"}' + client-payload: '{"repo": "${{ github.repository }}", "sha": "${{ github.sha }}", "deployment-key": "chat"}'