twenty/.github/workflows/cd-deploy-main.yaml

18 lines
497 B
YAML
Raw Normal View History

name: CD deploy main
on:
push:
branches:
- main
jobs:
deploy-main:
2024-11-08 15:53:38 +03:00
timeout-minutes: 3
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