Skip to content

Avanced Settings: Custom API names for Select & Multi-Select Keys (#7… #3620

Avanced Settings: Custom API names for Select & Multi-Select Keys (#7…

Avanced Settings: Custom API names for Select & Multi-Select Keys (#7… #3620

name: CD deploy main
on:
push:
branches:
- main
jobs:
deploy-main:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.TWENTY_INFRA_TOKEN }}
repository: twentyhq/twenty-infra
event-type: auto-deploy-main
client-payload: '{"github": ${{ toJson(github) }}}' # Passes the entire github context to the downstream workflow