chore: add trigger lp build on release published

This commit is contained in:
Zamitto
2025-03-11 15:43:11 -03:00
parent a16a75ff39
commit aa19241b2b

View File

@@ -11,4 +11,4 @@ jobs:
steps:
- name: Trigger Landing Page build
run: curl --location --request POST '${{ vars.LP_TRIGGER_DEPLOY_URL }}'
run: curl --location --request POST '${{ secrets.LP_TRIGGER_DEPLOY_URL }}'