feat(ci): automate CI tags and pass github context (#4652)

* feat(ci): automate CI tags and pass github context

* Update .github/workflows/cd-deploy-tag.yaml

---------

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
Quentin G
2024-03-26 09:01:39 +01:00
committed by GitHub
parent d1ab063000
commit d4f6ffdf62
2 changed files with 17 additions and 0 deletions

View File

@ -13,3 +13,4 @@ jobs:
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