Skip to content

Commit

Permalink
send the name for the app to be deployed in the event (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinxu9 authored May 15, 2024
1 parent daa1517 commit 46c8428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repository_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}'

0 comments on commit 46c8428

Please sign in to comment.