Skip to content

Fix sign up broken because of missing workspace schema (#6013) #22

Fix sign up broken because of missing workspace schema (#6013)

Fix sign up broken because of missing workspace schema (#6013) #22

Workflow file for this run

name: CD deploy tag
on:
push:
tags:
- 'v*'
jobs:
deploy-tag:
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-tag
client-payload: '{"github": ${{ toJson(github) }}}' # Passes the entire github context to the downstream workflow