From ee768755069095336a9b65ac21c3eca8671b6e8d Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 28 Sep 2025 19:56:31 +0000 Subject: [PATCH] Update build-and-deploy.yml --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 5fd7dde..65ff4fc 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -49,4 +49,4 @@ jobs: - name: Trigger deployment webhook run: | - curl "${{ secrets.$COOLIFY_DEPLOY_WEBHOOK }}" --header "Authorization: Bearer ${{ secrets.COOLIFY_DEPLOY_TOKEN }}" + curl "${{ secrets.COOLIFY_DEPLOY_WEBHOOK }}" --header "Authorization: Bearer ${{ secrets.COOLIFY_DEPLOY_TOKEN }}"