Skip to content

Use on_mount for plotly and pyplot state examples (#1115) #344

Use on_mount for plotly and pyplot state examples (#1115)

Use on_mount for plotly and pyplot state examples (#1115) #344

name: reflex-web-repository-dispatch
on:
push:
branches: ['main']
jobs:
test:
name: reflex-web-repository-dispatch
runs-on: ubuntu-latest
steps:
- name: Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.HOSTING_REPOSITORY_DISPATCH }}
repository: reflex-dev/reflex-hosting
event-type: push
client-payload: '{"repo": "${{ github.repository }}", "sha": "${{ github.sha }}"}'