diff --git a/.github/workflows/trigger-lp.yml b/.github/workflows/trigger-lp.yml index cac2bcce..ffd619e4 100644 --- a/.github/workflows/trigger-lp.yml +++ b/.github/workflows/trigger-lp.yml @@ -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 }}'